BUG/MINOR: http_act: don't check capture id in backend (2)
authorTim Duesterhus <duesterhus@woltlab.com>
Fri, 3 Jul 2020 11:43:42 +0000 (13:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Jul 2020 16:30:54 +0000 (18:30 +0200)
commitf3f4aa0266809c729ca98171a34de8c9bdd2c9f3
tree6f00bb3b5cd7036eeb18272754ce405f742c2220
parenta74bb7e26e5b77bd9f10593d5773112e92c471c2
BUG/MINOR: http_act: don't check capture id in backend (2)

Please refer to commit 19a69b3740702ce5503a063e9dfbcea5b9187d27 for all the
details. This follow up commit fixes the `http-response capture` case, the
previous one only fixed the `http-request capture` one. The documentation was
already updated and the change to `check_http_res_capture` is identical to
the `check_http_req_capture` change.

This patch must be backported together with 19a69b3740702ce5503a063e9dfbcea5b9187d27.
Most likely this is 1.6+.
src/http_act.c