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=20938>. 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=20938 Missing Content-Length header causes a SocketException ------- Additional Comments From [EMAIL PROTECTED] 2003-06-20 07:27 ------- Adrian, I am afraid the patch will break support for chunk-encoded responses. Chunk-encoded responses use 'Transfer-Encoding' header instead of 'Content-Length' header. The patch in its existing form will cause connections to be dropped after a chunk-encoded response is received. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
