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=41536>. 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=41536 ------- Additional Comments From [EMAIL PROTECTED] 2007-02-05 12:11 ------- Created an attachment (id=19517) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19517&action=view) JMX produces incorrect behavior Previous attachment actually reflects correct HTTP/1.1 behavior; uses chunked transfer coding (RFC 2616, sec. 3.6.1), which specifies that the chunk size is sent before each chunk and that a trailing 0 is sent. The "Transfer-Encoding: chunked" header is set accordingly. The difference between this attachment and previous is that this plan sends a "Content-Length" header. The "Transfer-Encoding" header is no longer sent, but chunk sizes are still inserted into the request. This is incorrect behavior. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
