]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: mux-h1: Remove the connection header when it is useless
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 7 Dec 2018 17:06:59 +0000 (18:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Dec 2018 14:44:58 +0000 (15:44 +0100)
commitce85149629f560615d54b00c935b7b842e8de7da
tree470c971555df521e176b158aee5445d4298d9496
parente2778a43d4e88d71a0e06030c64e9bfbbd1a0d57
BUG/MINOR: mux-h1: Remove the connection header when it is useless

When the connection mode can be deduced from the HTTP version, we remove the
redundant connection header. So "keep-alive" connection header is removed from
HTTP/1.1 messages and "close" connection header is remove from HTTP/1.0
messages.
src/mux_h1.c