commit | 3218821b708d9ec919d4465507d3dfb6e86b572f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 20 18:21:43 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:37:27 2018 +0100 |
tree | 762a1a12c71cce358f0aa222b84147e8e6237f63 | |
parent | a1692f51a508f86d82474cf8353f598a6cc8ee2b [diff] |
MINOR: mux-h1: Write last chunk and trailers if not found in the HTX message For chunked messages, during output process, the mux is now able to write the last empty chunk and empty trailers when corrsponding blocks have not been found in the HTX message. It is handy for filters changing a not-chunked message into a chunked one (like the compression filter).