commit | f502aca5c26ac72867c0574aca82a407043093b0 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Dec 14 19:42:40 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 15 23:50:09 2018 +0100 |
tree | ee7613222ddba21f21afb8b84fc60224fe5c9ecc | |
parent | 8a7869022999c8b6bedd85cdbc846f8be811c8a2 [diff] |
MEDIUM: mux: provide the session to the init() and attach() method. Instead of trying to get the session from the connection, which is not always there, and of course there could be multiple sessions per connection, provide it with the init() and attach() methods, so that we know the session for each outgoing stream.