comparison src/http/ngx_http_core_module.h @ 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 be08b858086a
children 8d0753760546
comparison
equal deleted inserted replaced
8929:44553428288d 8930:2c5e2a106952
236 ngx_http_core_srv_conf_t *default_server; 236 ngx_http_core_srv_conf_t *default_server;
237 237
238 ngx_http_virtual_names_t *virtual_names; 238 ngx_http_virtual_names_t *virtual_names;
239 239
240 unsigned ssl:1; 240 unsigned ssl:1;
241 unsigned quic:1;
242 unsigned http2:1; 241 unsigned http2:1;
243 unsigned http3:1; 242 unsigned http3:1;
244 unsigned proxy_protocol:1; 243 unsigned proxy_protocol:1;
245 }; 244 };
246 245