commit | d1fd6f5f64e4d05d4993f2d43c1ee8c79a16fec1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 18 11:02:57 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 18 15:50:23 2019 +0100 |
tree | ad64253f8e2685bb4a2e712d4812cf455fe36006 | |
parent | 2f9a41d52b28b88d44aab063bb2b88025a388981 [diff] |
BUG/MINOR: http/counters: fix missing increment of fe->srv_aborts When a server aborts a transfer, we used to increment the backend's counter but not the frontend's during the forwarding phase. This fixes it. It might be backported to all supported versions (possibly removing the htx part) though it is of very low importance.