]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix proxy backend connection reuse tests.
authorRainer Jung <rjung@apache.org>
Fri, 10 Mar 2023 09:14:17 +0000 (09:14 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 10 Mar 2023 09:14:17 +0000 (09:14 +0000)
commit139eef46aec9566f5cafd385079967a2fa91d6a5
treec1c0bb11e93a3865945fcab9b48a75ba275677c4
parent9e1ac6d4a28910f6fedfbdab8d30ef65c0263fd8
Fix proxy backend connection reuse tests.
Use one curl exec with multiple URLs instead of separate
curl calls, so that we make sure we use the same
connection to the web server ending up in the same
httpd child process.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908246 13f79535-47bb-0310-9956-ffa450edef68
test/modules/http2/test_600_h2proxy.py