diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-12-08 17:04:56 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-12-08 17:04:56 +0300 |
commit | dea9a208c308ba29135ed1dab4eb1768e98b8b57 (patch) | |
tree | ae6d81992c2760e833d404c7a8b21842aaf12cca | |
parent | 09286ac7d9a3de8fe8eee00648245fe8c64c964a (diff) | |
download | nginx-dea9a208c308ba29135ed1dab4eb1768e98b8b57.tar.gz nginx-dea9a208c308ba29135ed1dab4eb1768e98b8b57.zip |
HTTP/3: cleanup after "listen .. quic" removal in be08b858086a.
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |