aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-12-09 11:15:25 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-12-09 11:15:25 +0300
commit702a0986f393390d25368180e619e40160fe92da (patch)
tree9277afe1274c37d82b076c34e573750b38fec1b1 /src/http/ngx_http_request.c
parentdea9a208c308ba29135ed1dab4eb1768e98b8b57 (diff)
downloadnginx-702a0986f393390d25368180e619e40160fe92da.tar.gz
nginx-702a0986f393390d25368180e619e40160fe92da.zip
QUIC: fixed e06283038ec8 mis-merge.
The NGX_HTTP_QUIC macro was removed in 33226ac61076.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 32a26379c..12a8cd144 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -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);
}