]> git.kaiwu.me - nginx.git/commitdiff
HTTP/3: cleanup after "listen .. quic" removal in be08b858086a.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 8 Dec 2021 14:04:56 +0000 (17:04 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 8 Dec 2021 14:04:56 +0000 (17:04 +0300)
src/http/ngx_http_core_module.h

index 822c7d26450dfc61e92bf60853fc754b19b448c4..6ee05f32100de9118ed7d3bc92d4f41bae431e6e 100644 (file)
@@ -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;