diff options
Diffstat (limited to 'include/internal/quic_stream_map.h')
| -rw-r--r-- | include/internal/quic_stream_map.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/internal/quic_stream_map.h b/include/internal/quic_stream_map.h index 3d249009efa1..155fca5b84aa 100644 --- a/include/internal/quic_stream_map.h +++ b/include/internal/quic_stream_map.h @@ -1,5 +1,5 @@ /* - * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -298,7 +298,7 @@ struct quic_stream_st { * STOP_SENDING.] * * TODO(QUIC FUTURE): Implement the latter case (currently we - just always do STOP_SENDING). + * just always do STOP_SENDING). * * and; * @@ -314,6 +314,7 @@ struct quic_stream_st { unsigned int ready_for_gc : 1; /* Set to 1 if this is currently counted in the shutdown flush stream count. */ unsigned int shutdown_flush : 1; + unsigned int have_final_size : 1; }; #define QUIC_STREAM_INITIATOR_CLIENT 0 |
