commit | e179d0e88f2ae189558e42e4954ac00dc1ff9958 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Mar 21 18:27:17 2019 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Apr 18 14:56:24 2019 +0200 |
tree | 7b5802838d59f1a0dfebc541ed726ef2f95c89ae | |
parent | df357846001a65f88af8357a50e188c96a20df7d [diff] |
MEDIUM: connections: Provide a xprt_ctx for each xprt method. For most of the xprt methods, provide a xprt_ctx. This will be useful later when we'll want to be able to stack xprts. The init() method now has to create and provide the said xprt_ctx if needed.