commit | 0b2fb7f9a3e8f58749f219fd4025a274bd429305 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 28 11:50:38 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 11 20:41:46 2015 +0100 |
tree | b75035a2434c4e3bdeed23509cf4ba1d65ac2eb6 | |
parent | a5f5d8dc693c045c5a1ad8600ef9ad9d776c3ed7 [diff] |
MAJOR: stream-int: only rely on SI_FL_ISBACK to find the requested channel In order to plan removal of si->ib / si->ob, we now check the side of the stream interface and find the session, then the requested channel. In practice it's just an offset applied to the pointer based on the flag.