# HG changeset patch # User Sergey Kandaurov # Date 1638972296 -10800 # Node ID 2c5e2a10695225441ebe216c1ec1b07feb6ba2f0 # Parent 44553428288d36459b0583c1508e02389f25aa99 HTTP/3: cleanup after "listen .. quic" removal in be08b858086a. diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -238,7 +238,6 @@ struct ngx_http_addr_conf_s { ngx_http_virtual_names_t *virtual_names; unsigned ssl:1; - unsigned quic:1; unsigned http2:1; unsigned http3:1; unsigned proxy_protocol:1;