mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 12:52:52 +02:00
MINOR: quic: handle CONNECTION_CLOSE frame
On receiving CONNECTION_CLOSE frame, the mux is flagged for immediate connection close. A stream is closed even if there is data not ACKed left if CONNECTION_CLOSE has been received.
This commit is contained in:
@@ -77,6 +77,8 @@
|
||||
/* other flags */
|
||||
#define QC_CF_IS_BACK 0x00008000 // this is an outgoing connection
|
||||
|
||||
#define QC_CF_CC_RECV 0x00010000 // CONNECTION_CLOSE received
|
||||
|
||||
extern struct pool_head *pool_head_qcs;
|
||||
|
||||
/* Stream types */
|
||||
|
||||
Reference in New Issue
Block a user