commit | 73b65acd46dda979577f667729e36966f8e0b511 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 08 18:26:29 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 08 18:26:29 2015 +0200 |
tree | 1830433d9f61d1ab0a3f45fa5e0314ece68fd834 | |
parent | 678be62981a59641025608291760232f821b38a9 [diff] |
MINOR: stream: pass the pointer to the origin explicitly to stream_new() We don't pass sess->origin anymore but the pointer to the previous step. Now it should be much easier to chain elements together once applets are moved out of streams. Indeed, the session is only used for configuration and not for the dynamic chaining anymore.