diff src/http/v3/ngx_http_v3_tables.c @ 8771: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 67f0eb150047
children 6e2c23481abb
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3_tables.c	Wed May 05 12:54:10 2021 +0300
+++ b/src/http/v3/ngx_http_v3_tables.c	Tue Apr 27 21:32:50 2021 +0300
@@ -224,7 +224,7 @@
 
     /* TODO increment can be sent less often */
 
-    if (ngx_http_v3_client_inc_insert_count(c, 1) != NGX_OK) {
+    if (ngx_http_v3_send_inc_insert_count(c, 1) != NGX_OK) {
         return NGX_ERROR;
     }