]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: mux-h1: Fix splicing for messages with unknown length
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 26 Nov 2021 16:26:19 +0000 (17:26 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Dec 2021 10:47:08 +0000 (11:47 +0100)
commitf5ce320156c1a1233755440dad766e7b2b401c0a
tree1945cf4b303162397db4fe87f62367a98ebf1f22
parent140f1a585248a7da1fefbb5f20f260dfafb32a9a
BUG/MINOR: mux-h1: Fix splicing for messages with unknown length

Splicing was disabled fo Messages with an unknown length (no C-L or T-E
header) with no valid reason. So now, it is possible to use the kernel
splicing for such messages.

This patch should be backported as far as 2.4.
src/mux_h1.c