From: Daniel Stenberg Date: Mon, 12 Aug 2019 10:45:16 +0000 (+0200) Subject: HTTP3: use ngtcp2's draft-22 branch X-Git-Tag: curl-7_66_0~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=551806255fb484eff52e36273dbd20c593e19542;p=curl HTTP3: use ngtcp2's draft-22 branch --- 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=/lib/pkgconfig:/lib/pkgconfig LDFLAGS="-Wl,-rpath,/lib" --prefix==