]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: mux-h1: Check h1m flags to set the server conn_mode on request path
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Dec 2018 12:50:11 +0000 (13:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Dec 2018 15:46:44 +0000 (16:46 +0100)
commit7003378eac1cf120c76a789c97993228aab61d8a
treec689c669108bc290b2b0e1cceb8a6657130fea77
parent674e0addc4426cb5b42088d84975c65a2e00c547
BUG/MINOR: mux-h1: Check h1m flags to set the server conn_mode on request path

On the server side, we must test the request headers to deduce if we able to do
keepalive or not. Otherwise, by default, the keepalive will be enabled on the
server's connection, whatever the client said.
src/mux_h1.c