From d1f41d6ae72993b07053b3093eba341eaaa3aabc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Aug 2023 16:12:57 +0200 Subject: [PATCH] page-footer: QLOGDIR works with ngtcp2 and quiche It previously said "both" backends which is confusing as we currently have three... Closes #11631 --- docs/cmdline-opts/page-footer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/page-footer b/docs/cmdline-opts/page-footer index 6ead563bd5..0c112ea948 100644 --- a/docs/cmdline-opts/page-footer +++ b/docs/cmdline-opts/page-footer @@ -70,7 +70,7 @@ have preference. If curl was built with HTTP/3 support, setting this environment variable to a local directory will make curl produce **qlogs** in that directory, using file names named after the destination connection id (in hex). Do note that these -files can become rather large. Works with both QUIC backends. +files can become rather large. Works with the ngtcp2 and quiche QUIC backends. .IP SHELL Used on VMS when trying to detect if using a **DCL** or a **unix** shell. .IP "SSL_CERT_DIR " -- 2.47.3