]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_proxy_http2: fix retry handling to not leak temporary errors.
authorStefan Eissing <icing@apache.org>
Mon, 22 May 2023 14:10:17 +0000 (14:10 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 22 May 2023 14:10:17 +0000 (14:10 +0000)
commit4dbd67b54d5932fd35a6b5a01731472b80654ce9
tree28f03d09ec5d7d2e8efb4dc1da8616d79d0583f5
parent683f0bb3e4a167e960ff127838d1e221f6f583fb
  *) mod_proxy_http2: fix retry handling to not leak temporary errors.
     On detecting that that an existing connection was shutdown by the other
     side, a 503 response leaked even though the request was retried on a
     fresh connection.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909989 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/proxy_http2_retries.txt [new file with mode: 0644]
modules/http2/h2_proxy_session.c
test/modules/http2/test_003_get.py
test/modules/http2/test_104_padding.py