commit | 295a83772684dc22215431d2d4b607d712cb9935 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 10 11:25:07 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 10 23:32:16 2011 +0100 |
tree | 7deb03dba1d2afb96f66f4f59678366e1c795a2a | |
parent | 5ec29ffa4280ad4ce8a3a7c0626752572a9ec529 [diff] |
[REORG] session: move the data_ctx struct to the stream interface's applet This is in fact where those parts belong to. The old data_state was replaced by applet.state and is now initialized when the applet is registered. It's worth noting that the applet does not need to know the session nor the buffer anymore since everything is brought by the stream interface. It is possible that having a separate applet struct would simplify the code but that's not a big deal.