mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-20 13:13:41 +02:00
A pointer to a parent stream was added in the stream structure. For now, this pointer is never set, but the idea is to have an access to a stream environment from another one from the moment there is a parent/child relationship betwee these streams. Concretely, for now, there is nothing to formalize this relationship.