]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Do not remove the connection headers from r->headers_in. They are needed
authorRuediger Pluem <rpluem@apache.org>
Sat, 11 Feb 2006 20:57:12 +0000 (20:57 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 11 Feb 2006 20:57:12 +0000 (20:57 +0000)
commit859a572ba2daa65a6e79bc8afc710539d84526e3
treedf32f7fd282cfce07bf4a06e78b8c438157cff1e
parent947a41710aec921558ced8b09d219b3cc29d1a0e
* Do not remove the connection headers from r->headers_in. They are needed
  by the http output filter to create the correct connection response headers.
  Instead work on a copy of r->headers_in.

PR: 38524

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