]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: convert qc_stream_desc release field to flags
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 5 Aug 2024 16:52:27 +0000 (18:52 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 6 Aug 2024 16:00:17 +0000 (18:00 +0200)
commitbb9ac256a1e5468535b8242dc762e7bb0d9a8bf3
tree791d21e2dca3d749334a64d8e607f590aa2a7225
parent8f1fd96d17588fb571959901bd20d4239b1a96af
MINOR: quic: convert qc_stream_desc release field to flags

qc_stream_desc had a field <release> used as a boolean. Convert it with
a new <flags> field and QC_SD_FL_RELEASE value as equivalent.

The purpose of this patch is to be able to extend qc_stream_desc by
adding newer flags values. This patch is required for the following
patch
  BUG/MEDIUM: quic: handle retransmit for standalone FIN STREAM

As such, it must be backported prior to it.
include/haproxy/quic_stream-t.h
src/quic_conn.c
src/quic_stream.c