commit | 64159df1fb4420b85e5622d6cd81eb5475e09304 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 24 21:15:35 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 22:08:58 2018 +0100 |
tree | d35e453e16dc928934b98ffe70208b5fcd2ce5bc | |
parent | 25a02f65b1c1b3bff2e75025e0cf590cb8ba0fe2 [diff] |
MINOR: proto_htx: Add functions htx_send_name_header It is more or less the same than legacy version but adapted to be called from HTX analyzers. In the legacy version of this function, we switch on the HTX code when applicable.