comparison src/http/v3/ngx_http_v3_parse.c @ 8431:0981329169ea quic

HTTP/3: renamed ngx_http_v3_client_XXX() functions. The functions are renamed to ngx_http_v3_send_XXX() similar to ngx_http_v3_send_settings() and ngx_http_v3_send_goaway().
author Roman Arutyunyan <arut@nginx.com>
date Tue, 27 Apr 2021 21:32:50 +0300
parents 687445803d0f
children 345370fdd32d
comparison
equal deleted inserted replaced
8430:67f0eb150047 8431:0981329169ea
307 done: 307 done:
308 308
309 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse headers done"); 309 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse headers done");
310 310
311 if (st->prefix.insert_count > 0) { 311 if (st->prefix.insert_count > 0) {
312 if (ngx_http_v3_client_ack_header(c, c->quic->id) != NGX_OK) { 312 if (ngx_http_v3_send_ack_header(c, c->quic->id) != NGX_OK) {
313 return NGX_ERROR; 313 return NGX_ERROR;
314 } 314 }
315 } 315 }
316 316
317 st->state = sw_start; 317 st->state = sw_start;