commit | fb90d94d7a9056db8669f12b1ab2cd0c5f5c682e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Sep 05 20:57:35 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 23 23:52:15 2009 +0200 |
tree | c26c0f8df4f0fb8267a668d1927891224f4bd32b | |
parent | b029f8cd7d7f693642d399b43a07abcb7e63568f [diff] |
[MINOR] stream_interface: add functions to support running as internal/external tasks It will soon be necessary to have stream interfaces running as part of the current task, or as independant tasks. For instance when we want to implement compression or SSL. It will also be used for applets running as stream interfaces. These new functions are used to perform exactly that. Note that it's still not easy to write a simple echo applet and more functions will likely be needed.