aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request_body.c
diff options
context:
space:
mode:
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