commit | a76e4c21839cafd036fbe755416569206502c1d9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 24 08:17:28 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 24 08:17:28 2017 +0100 |
tree | 73524a4925d1f05463ec461693e21bb199483cd3 | |
parent | 90c3232e54c7c0eeedb294a2ac80247a732678ac [diff] |
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.