]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h1: Don't shutw/shutr the connection if we have keepalive.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 19 Dec 2018 14:55:23 +0000 (15:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 15:59:13 +0000 (16:59 +0100)
commitd2e88c715d4880ef87f1f7dc4f851656937c6d75
treebbc86bee45322d10bbd0e88d8ce93d0f2b926183
parent14bfe9af12cfe38ae20dfb17ecb923cf6e6112bd
BUG/MEDIUM: h1: Don't shutw/shutr the connection if we have keepalive.

In h1_shutw() and h1_shutr(), don't attempt to shutdown() the connection
if we're using keepalive and the connection has no error, or we will close
the connection too soon.
src/mux_h1.c