]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_http2, fix keepalive timeout on reset requests
authorStefan Eissing <icing@apache.org>
Thu, 7 Nov 2024 12:02:41 +0000 (12:02 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 7 Nov 2024 12:02:41 +0000 (12:02 +0000)
commitd94933b89f6cea18ccdda868d6bd81a5811385fc
tree157112f5108e09174ad71f4230e7056b2489b202
parentf5c4355420d4463c860aa0d85757bfb7a2dd0a40
mod_http2, fix keepalive timeout on reset requests

Count failed requests that are RST'ed, so that the
connection enters keepalive timeout instead of the
regular timeout if the first request fails.

Add tests to verify.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921805 13f79535-47bb-0310-9956-ffa450edef68
modules/http2/h2_session.c
modules/http2/h2_stream.c
test/modules/http2/test_200_header_invalid.py