summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-06-06 16:25:12 +0100
committerPauli <pauli@openssl.org>2023-07-17 08:18:05 +1000
commit5ed3a435d5f84e296330595985c7adb2575ecba5 (patch)
tree445e82625dccf0c011b0e503cfcdfbe8f4fb155c /include
parentb3695154b5cfd8ac528b8c2794d2dc446899caae (diff)
QUIC QSM: Get rid of recv_fin_retired in favour of recv_state
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21135)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_stream_map.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/internal/quic_stream_map.h b/include/internal/quic_stream_map.h
index 5c31811aaa..6bdba74b09 100644
--- a/include/internal/quic_stream_map.h
+++ b/include/internal/quic_stream_map.h
@@ -201,9 +201,6 @@ struct quic_stream_st {
/* Flags set when frames *we* sent were acknowledged. */
unsigned int acked_stop_sending : 1;
- /* A FIN has been retired from the rstream buffer. */
- unsigned int recv_fin_retired : 1;
-
/*
* The stream's XSO has been deleted. Pending GC.
*