summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-07 17:40:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-07 17:40:01 +0200
commitace6ae4d0eb35eda85dbd076e76b1f34a52ebb06 (patch)
treeff1983d8f05871ace5f3dae3a00c38e4bdae3ffe
parent14c17a2b6e0c377c16db43d0e963a31db597ece5 (diff)
downloadcurl-ace6ae4d0eb35eda85dbd076e76b1f34a52ebb06.tar.gz
docs/HTTP3: add qlog to the quiche build instruction
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 2769439d6..e84f50021 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -131,7 +131,7 @@ Build BoringSSL (it needs to be built manually so it can be reused with curl):
Build quiche:
% cd ../..
- % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta
+ % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta,qlog
Build curl: