]> git.ipfire.org Git - thirdparty/openssl.git/commit
initial implementation of http/1.0 server to benchmark OpenSSL QUIC
authorsashan <anedvedicky@gmail.com>
Sat, 26 Apr 2025 15:31:36 +0000 (17:31 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 31 May 2025 13:30:12 +0000 (09:30 -0400)
commitf426dd1311eecd12f24190c94f56eb85e62aaa27
tree431cccdfc8de3d09e8eaec8135874488e6f1389f
parent005f545f6451a16b44aa374e53202f39114cf8d5
initial implementation of http/1.0 server to benchmark OpenSSL QUIC
stack. The server currently replies with HTTP 200 OK only. It provides
text/plain response body.

It only accepts GET request with any URI. Any other requests will
make server to drop stream/connection.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27508)
demos/quic/build.info
demos/quic/poll-server/Makefile [new file with mode: 0644]
demos/quic/poll-server/build.info [new file with mode: 0644]
demos/quic/poll-server/quic-server-ssl-poll-http.c [new file with mode: 0644]