]> git.ipfire.org Git - thirdparty/openssl.git/commit
Arrange the logic:
authorJean-Frederic Clere <jfclere@gmail.com>
Mon, 4 Nov 2024 10:17:35 +0000 (11:17 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit511c37b88cd4013be2b70a9d48e637da17417ddd
treebb52af9093625044d9c3f2d79532990381d2f3da
parent6ba49e30d8b241166880b738aa8809eb44c76400
Arrange the logic:
SSL_poll() without SSL_POLL_FLAG_NO_HANDLE_EVENT ticks for each stream
we have in SSL_poll() that prevents the server logic to get all events
Use SSL_poll() with SSL_POLL_FLAG_NO_HANDLE_EVENT and
SSL_handle_events() prevents the problem.

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