commit | fde287cc76f8a3906dae61e3b098956b2afc99fe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 19 18:33:16 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 18:33:16 2018 +0100 |
tree | 24046bd2aba5dda76a1adbda022fe4d0c270844e | |
parent | ec988c7a0fdc7165f7721c1d11779837cf957076 [diff] |
BUG/MINOR: mux-h2: make sure we check the conn_stream in early data When dealing with early data we scan the list of stream to notify them. We're not supposed to have h2s->cs == NULL here but it doesn't cost much to make the scan more robust and verify it before notifying. No backport is needed.