]> git.ipfire.org Git - thirdparty/openssl.git/commit
Arrange the remove_id() logic to be able to remove multiple stream.
authorJean-Frederic Clere <jfclere@gmail.com>
Tue, 3 Dec 2024 15:18:03 +0000 (16:18 +0100)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commitf7bdee386df20de6da96f1e4f1d3e7158e9fbd1a
tree8d5fe4fb7c06e0b58f93c472dc53d08896863b16
parentce00c067b36ec66ffcbe85200010a39827d0532b
Arrange the  remove_id() logic to be able to remove multiple stream.
create a new h3conn in read_from_ssl_ids() when we have a new
connection.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25859)
demos/http3/ossl-nghttp3-demo-server.c