haproxy/include
Olivier Houchard 8ab8a6eee5 BUG/MAJOR: connections: Close the connection before freeing it.
In si_release_endpoint(), if the end point is a connection, because we don't
know which mux to use it, make sure we close the connection before freeing it,
or else, we'd have a fd left for polling, which would point to a now free'd
connection.

This should be backported to 1.9.
2018-12-20 06:03:14 +01:00
..
common MEDIUM: h2: properly check and deduplicate the content-length header in HTX 2018-12-19 13:08:08 +01:00
import
proto BUG/MAJOR: connections: Close the connection before freeing it. 2018-12-20 06:03:14 +01:00
types CLEANUP: stream-int: consistently call the si/stream_int functions 2018-12-19 15:25:43 +01:00