diff options
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-rw-r--r-- | src/http/ngx_http_upstream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 419d936b8..ceb98f140 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -524,7 +524,7 @@ ngx_http_upstream_init(ngx_http_request_t *r) #endif #if (NGX_HTTP_QUIC) - if (c->qs) { + if (c->quic) { ngx_http_upstream_init_request(r); return; } @@ -1354,7 +1354,7 @@ ngx_http_upstream_check_broken_connection(ngx_http_request_t *r, #if (NGX_HTTP_QUIC) - if (c->qs) { + if (c->quic) { if (c->write->error) { ngx_http_upstream_finalize_request(r, u, NGX_HTTP_CLIENT_CLOSED_REQUEST); |