commit | d1b3f0498d866d6dad38a3ba23dc40b1f74a192b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 30 15:15:28 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 03 14:22:12 2012 +0100 |
tree | 1e6415b475caf4495fc6f16aa1984f8f116c3d87 | |
parent | 5a940376442d2d30b0b9d438c59fee4b896ab11d [diff] |
MINOR: connection: don't remove failed handshake flags It's annoying that handshake handlers remove themselves from the connection flags when they fail because there is no way to tell which one fails. So now we only remove them when they succeed.