commit | 8a7869022999c8b6bedd85cdbc846f8be811c8a2 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Sat Dec 15 16:05:40 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 15 23:50:09 2018 +0100 |
tree | 357c6d0115ccb6e8a16eb8042b9ea60f80776f8d | |
parent | b7b3faa79cce0d6e4c3db03aca31d3f86db283c8 [diff] |
MEDIUM: mux: Destroy the stream before trying to add the conn to the idle list. In the mux_h1 and mux_h2, move the test to see if we should add the connection in the idle list until after we destroyed the h1s/h2s, that way later we'll be able to check if the connection has no stream at all, and if it should be added to the server idling list.