From: Sergey Kandaurov Date: Wed, 8 Dec 2021 14:04:56 +0000 (+0300) Subject: HTTP/3: cleanup after "listen .. quic" removal in be08b858086a. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=dea9a208c308ba29135ed1dab4eb1768e98b8b57;p=nginx.git 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 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;