]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Do not reset the retry timeout if the worker is in error at this stage even
authorRuediger Pluem <rpluem@apache.org>
Fri, 6 Mar 2015 19:31:42 +0000 (19:31 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 6 Mar 2015 19:31:42 +0000 (19:31 +0000)
commit87d124060f7b5ad3fa92479507693326bbb49a56
tree506572453411fa6ed19eefbec7aa8e5609a06ef7
parent38cccbba019e602bb752a7563d58e93801b2c1e8
 * Do not reset the retry timeout if the worker is in error at this stage even
   if the connection to the backend was successful. It was likely set into
   error by a different thread / process in parallel e.g. for a timeout or
   bad status. We should respect this and should not continue with a connection
   via this worker even if we got one.

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