BUG/MEDIUM: session: enable the conn_session_update() callback
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 15:42:13 +0000 (17:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 18:30:38 +0000 (20:30 +0200)
commit91083f5c8fa5b0ae257d9c14e4b1d6b3fbbf77ab
tree6c43fa54e22436a53b6a9109ae9697038cf27ea4
parente9909f4e50522732624aa3dd5e7d29901e10d98b
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.
src/session.c