commit | 372d6708fba12c1a7146b80b89d24da11a96c5fa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 29 17:19:56 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:22 2013 +0100 |
tree | 74a48d16203c4d2880abd55c44ab245a2fca1238 | |
parent | 9b6c2c721e695968dde0db4463c4b7d230590d10 [diff] |
MINOR: stream-int: split si_prepare_embedded into si_prepare_none and si_prepare_applet si_prepare_embedded() was used both to attach an applet and to detach anything from a stream interface. Split it into si_prepare_none() to detach and si_prepare_applet() to attach an applet. si->conn->target is now assigned from within these two functions instead of their respective callers.