HTTP/3: added Huffman decoding error logging.

This commit is contained in:
Sergey Kandaurov 2023-11-14 15:26:02 +04:00
parent 6a4eb51f5e
commit f9a25736fd

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;
}