aboutsummaryrefslogtreecommitdiff
path: root/src/http/v3/ngx_http_v3_parse.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/v3/ngx_http_v3_parse.c
parent4b41b1478f108800d30bff981204bb0b85fc809e (diff)
downloadnginx-2fd31c8959fbae8f069d09b61f339358214e75d1.tar.gz
nginx-2fd31c8959fbae8f069d09b61f339358214e75d1.zip
QUIC: renamed c->qs to c->quic.
Diffstat (limited to 'src/http/v3/ngx_http_v3_parse.c')
-rw-r--r--src/http/v3/ngx_http_v3_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c
index 6ce5f10a7..d5ff3cb8f 100644
--- a/src/http/v3/ngx_http_v3_parse.c
+++ b/src/http/v3/ngx_http_v3_parse.c
@@ -279,7 +279,7 @@ done:
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse headers done");
if (st->prefix.insert_count > 0) {
- if (ngx_http_v3_client_ack_header(c, c->qs->id) != NGX_OK) {
+ if (ngx_http_v3_client_ack_header(c, c->quic->id) != NGX_OK) {
return NGX_ERROR;
}
}