changeset 8930:2c5e2a106952 quic

HTTP/3: cleanup after "listen .. quic" removal in be08b858086a.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 08 Dec 2021 17:04:56 +0300
parents 44553428288d
children 0ee56d2eac44
files src/http/ngx_http_core_module.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;