diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2021-12-04 10:52:55 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2021-12-04 10:52:55 +0300 |
| commit | d84c1f7885cc898f626057c314cdae4047c5d513 (patch) | |
| tree | c351baac8bf82ebabbc2fae3a3da4320f657446e /src/http/ngx_http_core_module.h | |
| parent | 731915a0c5e90b79d3cca1a4b0a3c33e1f77631c (diff) | |
| download | nginx-d84c1f7885cc898f626057c314cdae4047c5d513.tar.gz nginx-d84c1f7885cc898f626057c314cdae4047c5d513.tar.bz2 | |
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Listen quic parameter is no longer supported.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -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 148696641..822c7d264 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -74,7 +74,6 @@ typedef struct { unsigned bind:1; unsigned wildcard:1; unsigned ssl:1; - unsigned quic:1; unsigned http2:1; unsigned http3:1; #if (NGX_HAVE_INET6) |
