From 10c04246be386b88fb98129b43b454ebf2d633e6 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 16 Oct 2023 13:33:11 +0100 Subject: [PATCH] Add link to nghttp3 Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/22369) --- demos/http3/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) -- 2.47.2