Update quicserver to be able to handle multiple streams
authorMatt Caswell <matt@openssl.org>
Mon, 14 Aug 2023 15:32:44 +0000 (16:32 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 25 Aug 2023 10:42:51 +0000 (11:42 +0100)
commitf6225f4f692ab45c0e891f83a7782a7dcd211204
tree8b67ee21b8e5644c902c41eb7fd76ac38f4cf684
parent584140fa4b0a037c85b58722a08ba6fd0ee086ce
Update quicserver to be able to handle multiple streams

We extend quicserver so that it can handle multiple requests with an
HTTP request on each one. If a uni-directional stream comes in we create
a uni-directional stream for the response

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21765)
util/quicserver.c