commit | 201fe406534a95bdd8c46b25e81b11e9209ad2f1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 07 18:10:10 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 07 19:17:50 2019 +0200 |
tree | 1215a2efb45c4f04baf26cc6f32b4c98ef018fb6 | |
parent | 27edc4b915083768d07a883f100edcbaa1e4e20a [diff] |
BUG/MINOR: mux-h2: fix the condition to close a cs-less h2s on the backend A typo was introduced in the following commit : 927b88ba0 ("BUG/MAJOR: mux-h2: fix race condition between close on both ends") making the test on h2s->cs never being done and h2c->cs being dereferenced without being tested. This also confirms that this condition does not happen on this side but better fix it right now to be safe. This must be backported to 1.9.