]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix SSL_read error handling in http3 demo server
authorNeil Horman <nhorman@openssl.org>
Sat, 14 Dec 2024 14:06:11 +0000 (09:06 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commiteabdcadefa31406d8a39b9d17617f9d1bb60e1c1
tree9d96aeeb1f6e8b22e38008b562ed65c241d95ead
parent861a322400da021c524410452deaeefbf8d048fb
Fix SSL_read error handling in http3 demo server

The SSL_read error handling misses the ZERO_RETURN clause which is
non-fatal, correct that.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26180)
demos/http3/ossl-nghttp3-demo-server.c