MINOR: filters: Call stream_set_backend callbacks before updating backend stats
authorChristopher Faulet <christopher.faulet@capflam.org>
Tue, 21 Jun 2016 09:54:52 +0000 (11:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 21:50:55 +0000 (22:50 +0100)
commit4117904ffd09c6cb14c8a7241644abe41ac6518c
tree8abd91768f712052e9bad97f0cd131f3475542c1
parent9adb0a54582971cc61e9704f973c8efe4859a5b6
MINOR: filters: Call stream_set_backend callbacks before updating backend stats

So if an internal error is returned, the number of cumulated connections on the
backend is not incremented.
src/proxy.c