commit | b2f4e83a2826ffe55e32116783709aa2fe6f438d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 23 10:01:34 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 28 07:42:33 2019 +0200 |
tree | d85865840851ae96dae11e161ac306b987d77f7f | |
parent | b75b5eaf26c944e3406040bc2ae5e8f8ce0edc60 [diff] |
MINOR: channel/htx: Add function to forward headers of an HTX message The function channel_htx_fwd_headers() should now be used by HTX analyzers to forward all headers of an HTX message, from the start-line to the corresponding EOH. It takes care to update the star-line position.