Latest update - 9186

This commit is contained in:
2023-11-26 20:25:36 +09:00
parent 923f1bd079
commit c43c8878b2
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -650,6 +650,8 @@ ngx_http_v3_parse_literal(ngx_connection_t *c, ngx_http_v3_parse_literal_t *st,
st->length == 1, c->log)
!= NGX_OK)
{
ngx_log_error(NGX_LOG_INFO, c->log, 0,
"client sent invalid encoded field line");
return NGX_ERROR;
}