commit | 91083f5c8fa5b0ae257d9c14e4b1d6b3fbbf77ab | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 12 17:42:13 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 20:30:38 2012 +0200 |
tree | 6c43fa54e22436a53b6a9109ae9697038cf27ea4 | |
parent | e9909f4e50522732624aa3dd5e7d29901e10d98b [diff] |
BUG/MEDIUM: session: enable the conn_session_update() callback This callback was introduced by commit 9683e9a0 but never enabled because the CO_FL_WAKE_DATA flag was not set. The result is that this function is never called when an SSL handshake fails, so the connection is only closed on timeout.