mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-10 07:27:56 +00:00
BUG/MEDIUM: h1: Reject empty Transfer-encoding header
The Transfer-Encoding headers list the transfer coding that have been applied to the content in order to form the message body. It is a list of tokens. And as specified by RFC 9110, a token cannot be empty. When several coding names are specify as a comma-separated value, this case is properly handled and an error is triggered. However, an empty header value will just be skipped and no error is triggered. This could be an issue with some buggy servers. Now, empty Transfer-Encoding header are rejected too. This patch must be backported as far as 2.6.
This commit is contained in:
parent
428451fe96
commit
4a2dd6f377
Loading…
Reference in New Issue
Block a user