comparison src/http/v3/ngx_http_v3_parse.c @ 8630: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
comparison
equal deleted inserted replaced
8629:feec2cc762f6 8630:279ad36f2f4b
277 done: 277 done:
278 278
279 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse headers done"); 279 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse headers done");
280 280
281 if (st->prefix.insert_count > 0) { 281 if (st->prefix.insert_count > 0) {
282 if (ngx_http_v3_client_ack_header(c, c->qs->id) != NGX_OK) { 282 if (ngx_http_v3_client_ack_header(c, c->quic->id) != NGX_OK) {
283 return NGX_ERROR; 283 return NGX_ERROR;
284 } 284 }
285 } 285 }
286 286
287 st->state = sw_start; 287 st->state = sw_start;