HTTP3: use ngtcp2's draft-22 branch

This commit is contained in:
Daniel Stenberg 2019-08-12 12:45:16 +02:00
parent 76ba80613d
commit 551806255f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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>