comparison src/http/modules/ngx_http_ssl_module.h @ 8232:253cf267f95a quic

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.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 18 Mar 2020 16:37:16 +0300
parents 5d91389e0fd3
children 7995cd199b52
comparison
equal deleted inserted replaced
8231:78540e2160d0 8232:253cf267f95a
19 19
20 ngx_ssl_t ssl; 20 ngx_ssl_t ssl;
21 21
22 ngx_flag_t prefer_server_ciphers; 22 ngx_flag_t prefer_server_ciphers;
23 ngx_flag_t early_data; 23 ngx_flag_t early_data;
24 ngx_flag_t quic;
25 24
26 ngx_uint_t protocols; 25 ngx_uint_t protocols;
27 26
28 ngx_uint_t verify; 27 ngx_uint_t verify;
29 ngx_uint_t verify_depth; 28 ngx_uint_t verify_depth;