DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30135>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30135 Chunked Transfer Encoding should ignore Content Length ------- Additional Comments From [EMAIL PROTECTED] 2004-07-16 15:06 ------- The problem is that I am using a 3rd party library for my HTTP requests and it sends out a Content-Length header no matter what. I manually set the Transfer- Encoding to "chunked", and assumed that everything should still work since the RFC states that Content-Length will be ignored. The EOF or Invalid Chunk should only be thrown if the underlying stream is really closed or the chunk format is invalid. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]