]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge of r1898127 from trunk:
authorStefan Eissing <icing@apache.org>
Thu, 3 Mar 2022 09:31:51 +0000 (09:31 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 3 Mar 2022 09:31:51 +0000 (09:31 +0000)
commit06daa68add52385e3e6d96431a12617a01a5883b
treebf503e300b7b095026417baf178e7c2c88a1797b
parente2769ae7924776f4020b7c9d4733c5bef7aa3b23
Merge of r1898127 from trunk:

  *) mod_proxy: Use the maxium of front end and backend timeouts instead of the
     minimum when tunneling requests (websockets, CONNECT requests).
     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/branches/2.4.x@1898559 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c