commit | 9f68148321985852336796ca32da1ba8a0095eb8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jul 08 16:05:07 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:21 2013 +0100 |
tree | 0f406eb1e9fe3bd28905ab5f4a0ebab6bde1a065 | |
parent | 306f8306cb625c55d385e6b85cd3786a02793c51 [diff] |
MEDIUM: peers: don't rely on conn->xprt_ctx anymore We make the peers code use applet->ptr instead of conn->xprt_ctx to store the pointer to the current peer. That way it does not depend on a connection anymore.