mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-21 21:26:58 +00: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. |
||
---|---|---|
.. | ||
common | ||
import | ||
proto | ||
types |