You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/06/04 23:57:39 UTC

DO NOT REPLY [Bug 9608] New: - zero length Chunked connection fails with proxy redirect

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: bugs@httpd.apache.org
        ReportedBy: lsanders@speakeasy.net


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org