mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-18 13:31:11 +01:00
Add a pointer to function to proxies as ->stream_new_from_sc proxy struct member to instantiate stream from connection as this is done by all the muxes when they call sc_new_from_endp(). The default value for this pointer is obviously stream_new() which is exported by this patch.