commit | 9a7e8ce4eb44216d2f1786c318e8c487c5d088c6 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 15 13:44:44 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:18:27 2019 +0200 |
tree | c385415c73bb8379e4ec81044281a6c7d66e5cc7 | |
parent | c985f6c5d86a728bf1a9a35f5aea4b0f310d35d1 [diff] |
MINOR: stream: Rely on HTX analyzers instead of legacy HTTP ones Since the legacy HTTP mode is disabled, old HTTP analyzers do nothing but call those of the HTX. So, it is safe to directly call HTX analyzers from process_stream().