commit | eaa7e44ad749f0ff689f4cf07f762abcf20d1d6c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 15 09:49:59 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 15 11:49:52 2017 +0200 |
tree | 64a613d36f7196f2c9549f5095425ab78b5b8828 | |
parent | 05f5047d40a9623f96501aca3af66e4f82a4dd20 [diff] |
MINOR: session: small cleanup of conn_complete_session() Commit 8e3c6ce ("MEDIUM: connection: get rid of data->init() which was not for data") simplified conn_complete_session() but introduced a confusing check which cannot happen on CO_FL_HANDSHAKE. Make it clear that this call is final and will either succeed and complete the session or fail.