From 551806255fb484eff52e36273dbd20c593e19542 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Aug 2019 12:45:16 +0200 Subject: [PATCH] HTTP3: use ngtcp2's draft-22 branch --- docs/HTTP3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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==