comparison auto/lib/openssl/conf @ 7999:0d2b2664b41c quic

QUIC: added "quic" listen parameter. The parameter allows processing HTTP/0.9-2 over QUIC. Also, introduced ngx_http_quic_module and moved QUIC settings there
author Roman Arutyunyan <arut@nginx.com>
date Tue, 21 Jul 2020 23:09:22 +0300
parents 90b02ff6b003
children 062080651d50
comparison
equal deleted inserted replaced
7998:f537f99b86ee 7999:0d2b2664b41c
164 164
165 END 165 END
166 exit 1 166 exit 1
167 fi 167 fi
168 168
169 have=NGX_QUIC . auto/have
169 fi 170 fi
170 171
171 172
172 if [ $USE_OPENSSL_QUIC = YES ]; then 173 if [ $USE_OPENSSL_QUIC = YES ]; then
173 ngx_feature="OpenSSL QUIC 0-RTT context" 174 ngx_feature="OpenSSL QUIC 0-RTT context"