haproxy/include
Olivier Houchard 302f9ef055 BUG/MEDIUM: connection: Make sure we have a mux before calling detach().
In some cases, we call cs_destroy() very early, so early the connection
doesn't yet have a mux, so we can't call mux->detach(). In this case,
just destroy the associated connection.

This should be backported to 1.8.
2018-04-13 16:02:21 +02:00
..
common BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes 2018-04-10 11:07:56 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). 2018-04-13 16:02:21 +02:00
types MINOR: spoe: Add counters to log info about SPOE agents 2018-04-05 15:13:54 +02:00