mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-14 18:24:08 +02:00
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.