diff src/http/v3/ngx_http_v3_parse.c @ 8200:279ad36f2f4b quic

QUIC: renamed c->qs to c->quic.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 10 Nov 2020 19:40:00 +0000
parents 351d62300832
children 5a92523e50d3
line wrap: on
line diff
--- 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;
         }
     }