]> granicus.if.org Git - apache/commit
Rewrite how proxy sends its request to allow input bodies to morph the request
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 9 Dec 2002 05:37:26 +0000 (05:37 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 9 Dec 2002 05:37:26 +0000 (05:37 +0000)
commit9d75ed7a6abb9bb693c9e6128c765d1ac5743e90
tree35355f26a36ff0c36352cb1de88bf6242aee7412
parentd31f5fc78f4fcce1f563324978264e137b108ca8
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97812 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_http.c