commit | 0e37f1c40e8642ac7bd2d9064846944bffc67138 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 31 23:06:46 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 31 23:06:46 2013 +0100 |
tree | 6bedd1d4f2fcbb9f484575fc1348d3d05d7f8873 | |
parent | c920096993c2c01b3e80d34e0297bba490300184 [diff] |
MINOR: session: factor out the connect time measurement Currently there are 3 places in the code where t_connect is set after switching to state SI_ST_EST, and a fourth one will soon come. Since all these places lead to an immediate call to sess_establish() to complete the session establishment, better move that measurement there.