Bug 31454 - [patch] mod_proxy drops Content-Length
Summary: [patch] mod_proxy drops Content-Length
Status: RESOLVED DUPLICATE of bug 15859
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy (show other bugs)
Version: 2.0-HEAD
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2004-09-28 14:03 UTC by Jan Kratochvil
Modified: 2004-12-30 08:44 UTC (History)
0 users



Attachments
chunks-related part of mod_proxy backported from httpd-2.1 CVS 2004-09-23 (12.84 KB, patch)
2004-09-28 14:12 UTC, Jan Kratochvil
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2004-09-28 14:07:35 UTC
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)
Comment 1 Jan Kratochvil 2004-09-28 14:12:18 UTC
Created attachment 12884 [details]
chunks-related part of mod_proxy backported from httpd-2.1 CVS 2004-09-23
Comment 2 Nick Kew 2004-09-28 19:13:05 UTC

*** This bug has been marked as a duplicate of 15859 ***
Comment 3 Jeff Trawick 2004-12-30 17:44:16 UTC
Thanks for collecting the right bits into this patch!

There are a couple of recent fixes to the proxy-sendchunks path which are found
here:
 http://svn.apache.org/viewcvs?view=rev&rev=123727
Anybody using the patch posted here who intends on setting proxy-sendchunks
should also apply this second patch.