]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Clear any
authorRuediger Pluem <rpluem@apache.org>
Wed, 18 Mar 2020 10:53:06 +0000 (10:53 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 18 Mar 2020 10:53:06 +0000 (10:53 +0000)
commit2163a01bdcd93147c5ccdd8809d8ae1a85d5ec54
tree59e4d80633d2a18aaa83450b3605fe0a47260ae1
parent845110441e394ff8f2d75782b85d1f6887ccc635
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Clear any
  possible returned buckets in the brigade in the error case. As we want to
  close the connection anyway there is no sensible content we could still
  sent and hence doing the needed life time transformation of the buckets
  would be a waste.

PR: 64234

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