commit | 9117780bfd7be8947edb60add321e6e41a8bc1d4 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Dec 19 14:49:39 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 17:06:49 2018 +0100 |
tree | 139629146ef70cebd886a6a77c65e30304869c3b | |
parent | 2f30883793ff4e4a6ba84949bf0bd61171f4979b [diff] |
BUG/MEDIUM: mux-h2: pass CS_FL_ERR_PENDING to h2_wake_some_streams() Commiy 8519357c ("BUG/MEDIUM: mux-h2: report asynchronous errors in h2_wake_some_streams()") addressed an issue with synchronous errors but forgot to fix the call places to also pass CS_FL_ERR_PENDING instead of CS_FL_ERROR. No backport is needed.