]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: add a new dummy stream for the REFUSED_STREAM error code
authorWilly Tarreau <w@1wt.eu>
Sun, 23 Dec 2018 17:29:12 +0000 (18:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Dec 2018 10:45:00 +0000 (11:45 +0100)
commit8d0d58bf6a11e7267ca05303b46254198d19b0e5
tree277d665d7d8bc697772a45f0e4ab0e28a7c9728f
parente6888fff7581db7df5701da26bca2661625edb9c
MINOR: mux-h2: add a new dummy stream for the REFUSED_STREAM error code

This patch introduces a new dummy stream, h2_refused_stream, in CLOSED
status with the aforementioned error code. It will be usable to reject
unexpected extraneous streams.
src/mux_h2.c