https://issues.apache.org/bugzilla/show_bug.cgi?id=50975
--- Comment #1 from Aaron Johnson <aaron.john...@soa.com> 2011-03-28 18:05:44 EDT --- Created an attachment (id=26808) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26808) Don't send content type for chunked content >From what I can tell, in the case of chunking, the headers are sent first then the chunked content. What seems to be happening is that when both Transfer-Encoding=chunked and content-type=nnnn set the connector endpoint never requests the body because it still thinks there is content in the message. This fix simply removes the content-type field if transfer-encoding=chunked or content > 4GB -- basically just moving the logic around. I tried to figure out what part of IIS is setting the content-type, but never came to any conclusions. Is there any way to get a 64-bit built binary to test out these changes for a customer -- I only had the ability to build a 32-bit binary? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org