]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Do not change the status code after we already sent it to the client.
authorRuediger Pluem <rpluem@apache.org>
Thu, 9 Dec 2021 07:40:25 +0000 (07:40 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 9 Dec 2021 07:40:25 +0000 (07:40 +0000)
commit43d7517dd7f3a72a8700c94cae45025ca1cf2f3d
treee5280c89d2ef179acf1a555797da518b871555e1
parent5be0a5fe0ad85448bf7c4ed3c88cd84ba57534d9
* Do not change the status code after we already sent it to the client.
  Changing the status code after we sent it to the client causes a status
  code being logged that is different from the one sent to the client which
  can be confusing.

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