haproxy/include
Olivier Houchard 4fdec7aafa BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint.
Make sure we unsubscribe from events before si_release_endpoint destroys
the conn_stream, or it will be never called. To do so, move the call to
unsubscribe to si_release_endpoint() directly.

This is 1.9-specific and shouldn't be backported.
2018-10-11 17:16:43 +02:00
..
common OPTIM: tools: optimize my_ffsl() for x86_64 2018-10-10 19:24:23 +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: stream: Make sure to unsubscribe before si_release_endpoint. 2018-10-11 17:16:43 +02:00
types MEDIUM: connections: Change struct wait_list to wait_event. 2018-10-11 15:34:39 +02:00