]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h2: pass CS_FL_ERR_PENDING to h2_wake_some_streams()
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 19 Dec 2018 13:49:39 +0000 (14:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 16:06:49 +0000 (17:06 +0100)
commit9117780bfd7be8947edb60add321e6e41a8bc1d4
tree139629146ef70cebd886a6a77c65e30304869c3b
parent2f30883793ff4e4a6ba84949bf0bd61171f4979b
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.
src/mux_h2.c