You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/10/13 18:49:48 UTC

DO NOT REPLY [Bug 4121] - BinHTTPUrlInputStream needds to read entire HTTP header ...

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4121>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4121

BinHTTPUrlInputStream  needds to read entire HTTP header ...





------- Additional Comments From mark@npsl.co.uk  2001-10-13 09:49 -------
This still isn't strictly correct - the server may be somewhat spastic and return single bytes at a time, for example, so the first recv() also needs to be in a loop.  Probably worth just moving the loop up and reading the whole header at initial recv() time.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org