]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ab: Fix the detection for when the server performed a legitimate
authorGraham Leggett <minfrin@apache.org>
Wed, 9 Feb 2022 18:23:23 +0000 (18:23 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 9 Feb 2022 18:23:23 +0000 (18:23 +0000)
commit600072cf7c3722259b072e89f2ed07defd4b7063
treee0de964cbaf44bb1c070ca9d48645717387ed3b8
parent46a9db4c6f9fadca4e362872021fa62a37908ece
ab: Fix the detection for when the server performed a legitimate
connection close as per RFC7230 6.3.1. We must check whedther the
connection was previously kept alive, and not whether the current
closed request is keepalive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897912 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/ab-keepalivefix.txt [new file with mode: 0644]
support/ab.c