haproxy/include
Willy Tarreau 1b13bfd646 BUG/MEDIUM: connection: don't forget to always delete the list's head
During a test it happened that a connection was deleted before the
stream it's attached to, resulting in a crash related to the fix
18a85fe ("BUG/MEDIUM: streams: Don't forget to remove the si from
the wait list.") during the LIST_DEL(). Make sure to always delete
the list's head in this case so that other elements can safely
detach later.

This is purely 1.9, no backport is needed.
2018-08-21 18:33:20 +02:00
..
common BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK" 2018-08-08 10:41:11 +02:00
import
proto BUG/MEDIUM: connection: don't forget to always delete the list's head 2018-08-21 18:33:20 +02:00
types MINOR: stream_interface: Give stream_interface its own wait_list. 2018-08-16 17:29:54 +02:00