]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Rely on HTX analyzers instead of legacy HTTP ones
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 11:44:44 +0000 (13:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit9a7e8ce4eb44216d2f1786c318e8c487c5d088c6
treec385415c73bb8379e4ec81044281a6c7d66e5cc7
parentc985f6c5d86a728bf1a9a35f5aea4b0f310d35d1
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().
src/stream.c