summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 1ecf46e07..7ade4c34c 100644
--- a/README
+++ b/README
@@ -141,7 +141,11 @@ Experimental QUIC support for nginx
http3_push_preload
http3_hq (requires NGX_HTTP_V3_HQ macro)
- An additional variable is available: $quic.
+ In http, an additional variable is available: $http3.
+ The value of $http3 is "h3" for HTTP/3 connections,
+ "hq" for hq connections, or an empty string otherwise.
+
+ In stream, an additional variable is available: $quic.
The value of $quic is "quic" if QUIC connection is used,
or an empty string otherwise.