mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 13:42:45 +02:00
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.