haproxy/include
Olivier Houchard 478281f55d BUG/MEDIUM: connections: Don't forget to set xprt_ctx to NULL on close.
In conn_xprt_close(), after calling xprt->close(), don't forget to set
conn->xprt_ctx to NULL, or we may attempt to reuse the now-free'd
conn->xprt_ctx if the connection failed and we're retrying it.
2019-05-13 19:11:38 +02:00
..
common BUILD: threads: fix again the __ha_cas_dw() definition 2019-05-11 18:13:29 +02:00
import
proto BUG/MEDIUM: connections: Don't forget to set xprt_ctx to NULL on close. 2019-05-13 19:11:38 +02:00
types MEDIUM: streams: Add a new http action, disable-l7-retry. 2019-05-10 17:49:09 +02:00