summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request_body.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2020-11-10 19:40:00 +0000
committerRoman Arutyunyan <arut@nginx.com>2020-11-10 19:40:00 +0000
commit2fd31c8959fbae8f069d09b61f339358214e75d1 (patch)
tree0ab95bedaf0ba65c7f0cf1d1382efd24e18a0bfa /src/http/ngx_http_request_body.c
parent4b41b1478f108800d30bff981204bb0b85fc809e (diff)
downloadnginx-2fd31c8959fbae8f069d09b61f339358214e75d1.tar.gz
nginx-2fd31c8959fbae8f069d09b61f339358214e75d1.tar.bz2
QUIC: renamed c->qs to c->quic.
Diffstat (limited to 'src/http/ngx_http_request_body.c')
-rw-r--r--src/http/ngx_http_request_body.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c
index 760a3cd05..c8ed658cd 100644
--- a/src/http/ngx_http_request_body.c
+++ b/src/http/ngx_http_request_body.c
@@ -580,7 +580,7 @@ ngx_http_discard_request_body(ngx_http_request_t *r)
#endif
#if (NGX_HTTP_QUIC)
- if (r->connection->qs) {
+ if (r->connection->quic) {
return NGX_OK;
}
#endif