From dea9a208c308ba29135ed1dab4eb1768e98b8b57 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 8 Dec 2021 17:04:56 +0300 Subject: [PATCH] HTTP/3: cleanup after "listen .. quic" removal in be08b858086a. --- src/http/ngx_http_core_module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 822c7d264..6ee05f321 100644 --- 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;