diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-02 00:07:37 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-02 00:07:37 +0100 |
commit | ff3b1f48605dbe0c051415e1d0e1da2b9c44275c (patch) | |
tree | 73189f5cc9571513e53a2abcc483e31dead33159 /docs | |
parent | b2caaa0681f329eed317ffb6ae6927f4a539f0c1 (diff) | |
download | curl-ff3b1f48605dbe0c051415e1d0e1da2b9c44275c.tar.gz |
altsvc: both h3 backends now speak h3-27
... also updated the HTTP3 build description for ngtcp2 accordingly.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HTTP3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 829d0bfee..55bdd0263 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary changes. Build (patched) OpenSSL - % git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-25 https://github.com/tatsuhiro-t/openssl + % git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl % cd openssl % ./config enable-tls1_3 --prefix=<somewhere1> % make |