]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: don't gracefully close the connection anymore on Connection: close
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 07:17:28 +0000 (08:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 07:17:28 +0000 (08:17 +0100)
commita76e4c21839cafd036fbe755416569206502c1d9
tree73524a4925d1f05463ec461693e21bb199483cd3
parent90c3232e54c7c0eeedb294a2ac80247a732678ac
MEDIUM: h2: don't gracefully close the connection anymore on Connection: close

As reported by Lukas, it causes more harm than good, for example on
prompt for authentication. Now we have an "http-request reject" rule
to use instead of "http-request deny" if we absolutely want to close
the connection.
src/mux_h2.c