]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: implement h2_send_rst_stream() to send RST_STREAM frames
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Oct 2017 06:10:17 +0000 (08:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:18 +0000 (18:16 +0100)
commit27a84c90ce57da78dff382d99d7829e90aee524a
tree54bb2b08d9e96d1c3d4685f0be08af942dee6f9c
parent26f95954fe4302a6ae558542ef9a73e9102b696c
MINOR: h2: implement h2_send_rst_stream() to send RST_STREAM frames

This one sends an RST_STREAM for a given stream, using the current
demux stream ID. It's also used to send RST_STREAM for streams which
have lost their CS part (ie were aborted).
src/mux_h2.c