diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2020-03-18 16:37:16 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2020-03-18 16:37:16 +0300 |
| commit | 5aa8e519c9fecc00b3a74781716ceb66609c5661 (patch) | |
| tree | 428b068b5e7fda6f9ffe67fd3fc93d549642b744 /src/http/modules/ngx_http_ssl_module.h | |
| parent | 50f919cec4a81d8c37d754e0be72283c92954800 (diff) | |
| download | nginx-5aa8e519c9fecc00b3a74781716ceb66609c5661.tar.gz nginx-5aa8e519c9fecc00b3a74781716ceb66609c5661.tar.bz2 | |
Moved setting QUIC methods to runtime.
This allows listening to both https and http3 in the same server.
Also, the change eliminates the ssl_quic directive.
Diffstat (limited to '')
| -rw-r--r-- | src/http/modules/ngx_http_ssl_module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h index 310d7c737..26fdccfe4 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -21,7 +21,6 @@ typedef struct { ngx_flag_t prefer_server_ciphers; ngx_flag_t early_data; - ngx_flag_t quic; ngx_uint_t protocols; |
