QUIC QSM/STREAM: Refactor to use RFC stream states
authorHugo Landau <hlandau@openssl.org>
Tue, 6 Jun 2023 15:25:10 +0000 (16:25 +0100)
committerPauli <pauli@openssl.org>
Sun, 16 Jul 2023 22:17:57 +0000 (08:17 +1000)
commit2f018d14f06d54c9528ac41d40e95d7638371e50
tree6015d63a028815f14d30d866ec03fd252a77bd06
parent64b1d2fb06c9a5233dcabfe130036ff95c3fdaae
QUIC QSM/STREAM: Refactor to use RFC stream states

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)
include/internal/quic_stream_map.h
ssl/quic/quic_channel.c
ssl/quic/quic_impl.c
ssl/quic/quic_rx_depack.c
ssl/quic/quic_stream_map.c
ssl/quic/quic_tserver.c
ssl/quic/quic_txp.c
test/quic_multistream_test.c
test/quic_txp_test.c