diff src/http/modules/ngx_http_quic_module.h @ 8918:606bf52888d2 quic

HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 02 Dec 2021 13:59:09 +0300
parents 9ec3e71f8a61
children
line wrap: on
line diff
--- a/src/http/modules/ngx_http_quic_module.h
+++ b/src/http/modules/ngx_http_quic_module.h
@@ -14,7 +14,7 @@
 #include <ngx_http.h>
 
 
-#define NGX_HTTP_QUIC_ALPN_ADVERTISE  "\x0Ahq-interop"
+#define NGX_HTTP_QUIC_ALPN_PROTO      "\x0Ahq-interop"
 #define NGX_HTTP_QUIC_ALPN_DRAFT_FMT  "\x05hq-%02uD"