commit | 9683e9a05f4bdbc5d914d72b4a42bd5b0243fb3a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 03 21:17:23 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 04 22:26:10 2012 +0200 |
tree | 46b0c56f308ec6a882401665e9d56b189448f80b | |
parent | 2396c1c4a24052e34af0e2b165cf86deeef069aa [diff] |
MEDIUM: session: register a data->wake callback to process errors The connection layer will soon call ->wake() only when errors happen, and not ->init(). So make the session layer use this callback to detect errors and abort connections.