commit | 342bfb180cb1b85ad80661e61230deff33870ba3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Apr 05 01:35:34 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:37:34 2015 +0200 |
tree | 5475b1d28e1ec0eec5e2c3e638c777b99f922ab7 | |
parent | 470280ef632952980a53eb1045ffd5f71082b3fa [diff] |
MEDIUM: peers: make use of stream_accept_session() Instead of going through some obscure initialization sequences, we now rely on the stream code to initialize our stream. Some parts are still a bit tricky as we cannot call the frontend's accept code which is only made for appctx in input. So part of the initialization past the stream code is what ought to be in the frontend code instead. Still, even without this, these are 71 lines that were removed.