haproxy/include
Olivier Houchard fe4abe62c7 BUG/MEDIUM: connections: Don't call shutdown() if we want to disable linger.
In conn_sock_shutw(), avoid calling shutdown() if linger_risk is set. Not
doing so will result in getting sockets in TIME_WAIT for some time.
This is particularly observable with health checks.

This should be backported to 1.9.
2019-06-14 15:33:41 +02:00
..
common MINOR: htx: Add 3 flags on the start-line to deal with the request schemes 2019-06-14 11:13:32 +02:00
import
proto BUG/MEDIUM: connections: Don't call shutdown() if we want to disable linger. 2019-06-14 15:33:41 +02:00
types CLEANUP: connection: rename the wait_event.task field to .tasklet 2019-06-14 14:42:29 +02:00