]> git.ipfire.org Git - thirdparty/openssl.git/commit
Preserve fileprefix accross reuse in http3 demo server
authorNeil Horman <nhorman@openssl.org>
Fri, 13 Dec 2024 00:02:54 +0000 (19:02 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit66e1e60a61fd3b023790a10bc09359f68f50cfc4
treee82b6917b12ac25126327e35236b1145faa2a5af
parent9570ecfc69a59fdcd7a760360ecb1a10c4a8a931
Preserve fileprefix accross reuse in http3 demo server

The fileprefix that we serve content from needs to be preserved accross
h3ssl reuse.  Make sure we restore it after zeroing the struct.

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