commit | 98937b875798e10fac671d109355cde29d2a411a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 10 15:05:42 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 06 15:43:38 2008 +0100 |
tree | c949a58a758ffac441cf512ba6dbc643c223cdfe | |
parent | 51c9bde060bb2efbc5a103ca07d59914450da538 [diff] |
[BUG] increment server connections for each connect() It was abnormal to see more connect errors than connect attempts. This was caused by the fact that the server's connection count was not incremented for failed connect() attempts. Now the per-server connections are correctly incremented for each connect() attempt. This includes the retries too. The number of connections effectively served by a server will then be : srv->cum_sess - srv->errors - srv->warnings