QUIC: fixed e06283038ec8 mis-merge.

The NGX_HTTP_QUIC macro was removed in 33226ac61076.
This commit is contained in:
Sergey Kandaurov 2021-12-09 11:15:25 +03:00
parent dea9a208c3
commit 702a0986f3

View File

@ -956,7 +956,7 @@ ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg)
#endif #endif
#ifdef SSL_OP_ENABLE_MIDDLEBOX_COMPAT #ifdef SSL_OP_ENABLE_MIDDLEBOX_COMPAT
#if (NGX_HTTP_QUIC) #if (NGX_HTTP_V3)
if (c->listening->quic) { if (c->listening->quic) {
SSL_clear_options(ssl_conn, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); SSL_clear_options(ssl_conn, SSL_OP_ENABLE_MIDDLEBOX_COMPAT);
} }