]> granicus.if.org Git - apache/commit
mod_proxy: don't recyle backend announced "Connection: close" connections.
authorYann Ylavic <ylavic@apache.org>
Fri, 18 Sep 2015 10:58:58 +0000 (10:58 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 18 Sep 2015 10:58:58 +0000 (10:58 +0000)
commitcef0bb5ac51d7f13b602d191efcad61b5865cc66
treeae0862ae37636f665953737258293fd32d2c955f
parent0116b86611564dcae6d45b20d618bfb07b144623
mod_proxy: don't recyle backend announced "Connection: close" connections.
Failing to do this may lead to a race condition where we send a new request
before the backend really closes the connection (or lost SSL-Alert/FIN make
us think the connection is still alive, until the retransmission).

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