> There is also a strange 1-byte body attached. It could be the body > pipeline or network I/O functions hung waiting for more data in order to > prevent single-byte packets. > > Amos Hi Amos, exactly this seems to be the point, but in an other way! I think the patch fails to do the contentSize = 1 handling correctly, because the bytesWanted call returns ambiguously 0 in case of contentSize = 1. Daniel