]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Change the logic to choose the maximum of both timeouts (front end socket,
authorRuediger Pluem <rpluem@apache.org>
Wed, 16 Feb 2022 12:35:36 +0000 (12:35 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 16 Feb 2022 12:35:36 +0000 (12:35 +0000)
commitd27a32da693bc1f48dd87073e18d43af14843b59
tree01d9eba7f5ff4f4f127a52b2d564b3ad9aeb983c
parentc0c21ea991012fb808d9f484c904927ed36f9b8d
* Change the logic to choose the maximum of both timeouts (front end socket,
  backend socket) instead of the minimum as backend timeouts can be
  configured more selectively (per worker if needed) as front end timeouts
  and typically the backend timeouts reflect the application requirements
  better.

PR: 65886

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898127 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/pr65886.txt [new file with mode: 0644]
modules/proxy/proxy_util.c