]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: streams: Don't forget to remove the si from the wait list.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 21 Aug 2018 12:25:52 +0000 (14:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Aug 2018 16:06:33 +0000 (18:06 +0200)
commit18a85fe6022083ad8ea7adf611aa0f179a91a986
treec7ad3a88f6b807c47d750b4b732d5a3c47b77243
parent3bcc2699ba08dd3971ae7a56631994b2524d2acb
BUG/MEDIUM: streams: Don't forget to remove the si from the wait list.

When freeing the stream, make sure we remove the stream interfaces from the
wait lists, in case it was in there.

This is 1.9-specific, no backport is needed.
src/stream.c