diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2020-11-10 19:40:00 +0000 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2020-11-10 19:40:00 +0000 |
| commit | 2fd31c8959fbae8f069d09b61f339358214e75d1 (patch) | |
| tree | 0ab95bedaf0ba65c7f0cf1d1382efd24e18a0bfa /src/http/ngx_http_upstream.c | |
| parent | 4b41b1478f108800d30bff981204bb0b85fc809e (diff) | |
| download | nginx-2fd31c8959fbae8f069d09b61f339358214e75d1.tar.gz nginx-2fd31c8959fbae8f069d09b61f339358214e75d1.tar.bz2 | |
QUIC: renamed c->qs to c->quic.
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); |
