# HG changeset patch # User Sergey Kandaurov # Date 1699961162 -14400 # Node ID f366007dd23a6ce8e8427c1b3042781b618a2ade # Parent c458cd00bb0bca8804ed831474533a813bcfd134 HTTP/3: added Huffman decoding error logging. diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c --- a/src/http/v3/ngx_http_v3_parse.c +++ b/src/http/v3/ngx_http_v3_parse.c @@ -650,6 +650,8 @@ ngx_http_v3_parse_literal(ngx_connection 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; }