summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-12-02 13:59:09 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-12-02 13:59:09 +0300
commit7e7e552a10b9e5d0fd94b1a657061253ccac709e (patch)
treed2ef2e6f228f26c6aa1da91fbc5caaf8f47564d1 /src/http/v3
parent468641cbc30c67bef830d92b7a84044c6a09378e (diff)
downloadnginx-7e7e552a10b9e5d0fd94b1a657061253ccac709e.tar.gz
nginx-7e7e552a10b9e5d0fd94b1a657061253ccac709e.tar.bz2
HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
Diffstat (limited to 'src/http/v3')
-rw-r--r--src/http/v3/ngx_http_v3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/v3/ngx_http_v3.h b/src/http/v3/ngx_http_v3.h
index 97e8a1c29..758cbd1af 100644
--- a/src/http/v3/ngx_http_v3.h
+++ b/src/http/v3/ngx_http_v3.h
@@ -19,7 +19,7 @@
#include <ngx_http_v3_tables.h>
-#define NGX_HTTP_V3_ALPN_ADVERTISE "\x02h3"
+#define NGX_HTTP_V3_ALPN_PROTO "\x02h3"
#define NGX_HTTP_V3_ALPN_DRAFT_FMT "\x05h3-%02uD"
#define NGX_HTTP_V3_VARLEN_INT_LEN 4