mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-27 13:51:00 +01:00
MINOR: mux-quic: define FIN stream flag
This commit is contained in:
parent
26dfd90eb0
commit
aeb36f0215
@ -175,6 +175,8 @@ enum qcs_tx_st {
|
||||
#define QC_SF_WANT_SHUTW 0x00010000 // a stream couldn't shutw() (mux full/busy)
|
||||
#define QC_SF_KILL_CONN 0x00020000 // kill the whole connection with this stream
|
||||
|
||||
#define QC_SF_FIN_STREAM 0x00040000 // FIN bit must be set for last frame of the stream
|
||||
|
||||
/* QUIC stream descriptor, describing the stream as it appears in the QUIC_CONN, and as
|
||||
* it is being processed in the internal HTTP representation (HTX).
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user