Latest update - 9091

This commit is contained in:
2023-05-16 15:02:36 +09:00
parent 932841389b
commit 433a296723
7 changed files with 11 additions and 36 deletions
+2 -1
View File
@@ -868,7 +868,8 @@ ngx_http_v3_parse_field_l(ngx_connection_t *c,
case sw_start:
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse field l");
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
"http3 parse field l");
if (b->pos == b->last) {
return NGX_AGAIN;