mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-01 11:10:59 +02:00
The HTTP transaction is moved in an union. For now, it is the only possible transaction that can be allocated. But that will change. Thanks to this commit and the next one, it will be possible to deal with different kind of transactions for a stream. This patch looks quite huge, but it is more or less a renaming of all accesses to "txn" field by "txn.http".