aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-05-11 13:22:10 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-05-11 13:22:10 +0400
commit2ce3eeeeb76318e414b62d399da70872d2de23d8 (patch)
tree869554639be761b886c49486ed896da8a31f0c08 /src/http/ngx_http_core_module.h
parent6cc803e713698b4b09ab46ccd7ae986faa55c386 (diff)
downloadnginx-2ce3eeeeb76318e414b62d399da70872d2de23d8.tar.gz
nginx-2ce3eeeeb76318e414b62d399da70872d2de23d8.zip
HTTP/3: removed "http3" parameter of "listen" directive.
The parameter has been deprecated since c851a2ed5ce8.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index b612a8d4d..765e7ff60 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -75,7 +75,6 @@ typedef struct {
unsigned wildcard:1;
unsigned ssl:1;
unsigned http2:1;
- unsigned http3:1;
unsigned quic:1;
#if (NGX_HAVE_INET6)
unsigned ipv6only:1;
@@ -240,7 +239,6 @@ struct ngx_http_addr_conf_s {
unsigned ssl:1;
unsigned http2:1;
- unsigned http3:1;
unsigned quic:1;
unsigned proxy_protocol:1;
};