From: Hugo Landau Date: Mon, 16 Oct 2023 12:33:11 +0000 (+0100) Subject: Add link to nghttp3 X-Git-Tag: openssl-3.2.0-beta1~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10c04246be386b88fb98129b43b454ebf2d633e6;p=thirdparty%2Fopenssl.git Add link to nghttp3 Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/22369) --- diff --git a/demos/http3/README.md b/demos/http3/README.md index 35c256d020f..16fe2bad00c 100644 --- a/demos/http3/README.md +++ b/demos/http3/README.md @@ -2,7 +2,7 @@ HTTP/3 Demo using OpenSSL QUIC and nghttp3 ========================================== This is a simple demo of how to use HTTP/3 with OpenSSL QUIC using the HTTP/3 -library “nghttp3”. +library “[nghttp3](https://github.com/ngtcp2/nghttp3)”. The demo is structured into two parts: @@ -31,3 +31,8 @@ $ ./ossl-nghttp3-demo www.google.com:443 The demo produces the HTTP response headers in textual form as output followed by the response body. + +See Also +-------- + +- [nghttp3](https://github.com/ngtcp2/nghttp3)