summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-12 12:45:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-12 12:45:48 +0200
commit551806255fb484eff52e36273dbd20c593e19542 (patch)
tree5291c94926b58e52454724084beb7c34370b51f5
parent76ba80613d9c500cfb6765d7d7f4af1e0d9c5ba6 (diff)
downloadcurl-551806255fb484eff52e36273dbd20c593e19542.tar.gz
HTTP3: use ngtcp2's draft-22 branch
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 9e9b23c7d..889659475 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -52,7 +52,7 @@ Build nghttp3
Build ngtcp2
% cd ..
- % git clone -b draft-20 https://github.com/ngtcp2/ngtcp2
+ % git clone -b draft-22 https://github.com/ngtcp2/ngtcp2
% cd ngtcp2
% autoreconf -i
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix==<somewhere3>