commit | e18777b79d7ac5a8e01e51a84addd453939f7ede | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 16 16:46:36 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 17 14:52:31 2019 +0200 |
tree | eee383fbcb92d19b279032a4a448ac6abcb08601 | |
parent | f7d5ff37e07483be5d6eca84379c83d1a8edadfa [diff] |
BUG/MEDIUM: mux-h1: Enable TCP splicing to exchange data only Use the TCP splicing only when the input parser is in the state H1_MSG_DATA or H1_MSG_TUNNEL and don't transfer more than then known expected length for these data (unlimited for the tunnel mode). In other states or when all data are transferred, the TCP splicing is disabled. This patch must be backported to 1.9.