commit | 32990b531bc8cf387579e8306356e72ae98bd7f7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 04 18:29:59 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:37:32 2015 +0200 |
tree | f998b3ccf03c2d20cc13c81ab61543d3c7e8eec9 | |
parent | 02a0c0e407da00fe1b847b8c0276f1742bb8d3c4 [diff] |
MEDIUM: session: remove the task pointer from the session Now that the previous changes were made, we can add a struct task pointer to stream_complete() and get rid of it in struct session. The new relation between connection, session and task are like this : orig -- sess <-- context | | v | conn -- owner ---> task Some session-specific parts should now move away from stream.