commit | 27a84c90ce57da78dff382d99d7829e90aee524a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 17 08:10:17 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:18 2017 +0100 |
tree | 54bb2b08d9e96d1c3d4685f0be08af942dee6f9c | |
parent | 26f95954fe4302a6ae558542ef9a73e9102b696c [diff] |
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).