BUG/MINOR: h1: Don't support LF only at the end of chunks
When the message is chunked, all chunks must ends with a CRLF. However, on
old versions, to support bad client or server implementations, the LF only
was also accepted. Nowadays, it seems useless and can even be considered as
an issue. Just forbid LF only at the end of chunks, it seems reasonnable.
This patch must be backported to 2.9 and probably to all stable versions
because there is no reason to still support LF without CR in this case.
(cherry picked from commit 7b737da8258ebdd84e702a2d65cfd3c423f8e96d)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 787b67ddf1512b0b2c8740c2e4018e86d0797fa6)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 8df94eb6f63e2bdc01b46b18a380d4051e0723b4)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 01a1ebb257655ed5ae5128f8aa3c89a9997e6259)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 2271f8e8d125b69fc01f431aa5bab422ac595b97)
[cf: only h1_skip_chunk_crlf() had to be fixed]
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
1 file changed