BUG/MINOR: stream: also increment the retry stats counter on L7 retries
authorWilly Tarreau <w@1wt.eu>
Sat, 4 May 2019 08:38:31 +0000 (10:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 4 May 2019 08:40:00 +0000 (10:40 +0200)
commit223995e8ca13f3a59df4231ed0aabd6c3f74a76f
tree145b88d8b17e492c6ee835f5b4d2bc7ff8a16527
parente3249a98e2eaa5292b428cdb2b88b2bb9010ce43
BUG/MINOR: stream: also increment the retry stats counter on L7 retries

It happens that the retries stats use their own counter and are not
derived from the stream interface, so we need to update it as well
when performing an L7 retry.

No backport is needed.
src/proto_htx.c