mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-02 03:30:59 +02:00
To be able to deal with different types of transaction for a stream, new stream flags was added to know the transaction type when allocated. For now only HTTP transactions can be allocated, so only SF_TXN_HTTP was introduced. The mask SF_TXN_MASK must be used to get the transaction type. The transaction type is set when it is allocated and removed when it is destroyed.