]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport the fix to handling Connection: close. The existing code
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 01:44:46 +0000 (01:44 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 01:44:46 +0000 (01:44 +0000)
commit8b2b59b0b2b6387ac6caa4f8aa1f9f2f1b94fd9c
tree69cecc41535d0d724e7416f8381c29d2251906aa
parent8eaf5c0da6ce83bf4d25e078887a183eb7307684
  Backport the fix to handling Connection: close.  The existing code
  was impossible to follow; the new code sets up p_conn->close correctly,
  and uses that evaluated value to inject the appropriate choice immediately
  before passing the request to the backend server.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230729 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_http.c