mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
QUIC: fixed e06283038ec8 mis-merge.
The NGX_HTTP_QUIC macro was removed in 33226ac61076.
This commit is contained in:
parent
dea9a208c3
commit
702a0986f3
@ -956,7 +956,7 @@ ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg)
|
||||
#endif
|
||||
|
||||
#ifdef SSL_OP_ENABLE_MIDDLEBOX_COMPAT
|
||||
#if (NGX_HTTP_QUIC)
|
||||
#if (NGX_HTTP_V3)
|
||||
if (c->listening->quic) {
|
||||
SSL_clear_options(ssl_conn, SSL_OP_ENABLE_MIDDLEBOX_COMPAT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user