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 2004/09/28 16:07:37 UTC

DO NOT REPLY [Bug 31454] New: - mod_proxy drops Content-Length

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=31454>.
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=31454

mod_proxy drops Content-Length

           Summary: mod_proxy drops Content-Length
           Product: Apache httpd-2.0
           Version: 2.0-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: web-nagoya.apache.org@jankratochvil.net


Already discussed on apache-httpd-dev:
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=109186141529569
    * Rewrite how proxy sends its request to allow input bodies to
      morph the request bodies.  Previously, if an input filter
      changed the request body, the original C-L would be sent which
      would be incorrect.
                                                                               
                                       
      Due to HTTP compliance, we must either send the body T-E: chunked
      or include a C-L for the request body.  Connection: Close is not
      an option. [jerenkrantz    2002/12/08 21:37:27]
      +1: stoddard, striker, jim
      -1: brianp (we need a more robust solution than what's in 2.1 right now),
          jerenkrantz (should be fixed, but I don't have time to do this)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org