commit | 8d0d58bf6a11e7267ca05303b46254198d19b0e5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 23 18:29:12 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 24 11:45:00 2018 +0100 |
tree | 277d665d7d8bc697772a45f0e4ab0e28a7c9728f | |
parent | e6888fff7581db7df5701da26bca2661625edb9c [diff] |
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.