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=9608>. 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=9608 zero length Chunked connection fails with proxy redirect Summary: zero length Chunked connection fails with proxy redirect Product: Apache httpd-2.0 Version: 2.0.36 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The following http content works when accessed directly, but fails when accessed through mod_proxy: 1: HTTP/1.1 302 Moved Temporarily 2: Location: http://www.google.com 3: Transfer-Encoding: chunked 4: 5: 0 6: Apache hangs until the proxied server times out the connection. If not using the chunked encoding, however, everything works correctly: 1: HTTP/1.1 302 Moved Temporarily 2: Location: http://www.google.com 3: Content-Length: 0 4: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
