]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: mux-quic: define FIN stream flag
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 27 Aug 2021 12:55:39 +0000 (14:55 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
include/haproxy/mux_quic-t.h

index 4ca53688f7febffc186ad71cec6416fd3cfaee25..97a6dd765e54b765bba9f670e52f3c2ad28a3cbd 100644 (file)
@@ -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).
  */