BUG/MINOR: stats: correctly set the request/response analysers
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Nov 2014 21:23:10 +0000 (22:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Nov 2014 16:53:08 +0000 (17:53 +0100)
commit5506e3f8b69927c1a381a268d5b0ca9907b363f5
treeec43cca15f65a1b911771d3960eb92abd81926e3
parentb3e54fe387c7c1ea750f39d3029672d640c499f9
BUG/MINOR: stats: correctly set the request/response analysers

When enabling stats, response analysers were set on the request
analyser list, which 1) has no effect, and 2) means we don't have
the response analysers properly set.

In practice these response analysers are set when the connection
to the server or applet is established so we don't need/must not
set them here.

Fortunately this bug had no impact since the flags are distinct,
but it definitely is confusing.

It should be backported to 1.5.
src/proto_http.c