]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h2: add a new dummy stream : h2_error_stream
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 11:00:17 +0000 (12:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 17:45:38 +0000 (18:45 +0100)
commitecb9dcdf932034f0a8aa084609f1e385a94a40db
tree4e740aee633dc776854c0d8866874aae21171a85
parent86277d4453f2e5e10954ec0c857abd72f7f45ebe
MINOR: mux-h2: add a new dummy stream : h2_error_stream

This dummy stream will be used to send stream errors that must not
be retried, such as undecodable headers frames.
src/mux_h2.c