QUIC QSM: Stream garbage collection
authorHugo Landau <hlandau@openssl.org>
Tue, 18 Apr 2023 18:30:56 +0000 (19:30 +0100)
committerHugo Landau <hlandau@openssl.org>
Fri, 12 May 2023 13:47:13 +0000 (14:47 +0100)
commit0847e63ee5d58d824390aadcbcf10281c45900c4
tree5dfd6836eb30316eb68fa0ea8c5d538cc27d9874
parent9cacba434b027bc6f3a3f3c4255c2453935e5357
QUIC QSM: Stream garbage collection

This allows QUIC_STREAM objects to be deleted when they are no longer
needed.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20765)
include/internal/quic_stream.h
include/internal/quic_stream_map.h
ssl/quic/quic_channel.c
ssl/quic/quic_sstream.c
ssl/quic/quic_stream_map.c