commit | d2e88c715d4880ef87f1f7dc4f851656937c6d75 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Dec 19 15:55:23 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 16:59:13 2018 +0100 |
tree | bbc86bee45322d10bbd0e88d8ce93d0f2b926183 | |
parent | 14bfe9af12cfe38ae20dfb17ecb923cf6e6112bd [diff] |
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.