haproxy/addons
Miroslav Zagorac 220a1ad33b Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'"
This reverts commit 560c7b874a.

The ot.uuid variable should have the 'sess' scope because it is created
when an OpenTracing filter is attached to a stream.  After that, the
stream processing is started and on that occasion the contexts for the
variables that have the range 'txn' and 'req' are initialized.  This
means that we cannot use variables with the specified scopes before that
point.

This patch must be backported in 2.5.
2022-04-08 16:31:33 +02:00
..
51degrees CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h 2021-09-11 19:58:45 +02:00
deviceatlas MEDIUM: da: update module to handle schedule mode. 2022-01-28 07:29:01 +01:00
ot Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'" 2022-04-08 16:31:33 +02:00
promex BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message 2022-04-07 11:04:07 +02:00
wurfl BUILD: wurfl: wurfl.c needs tools.h 2021-05-08 12:56:20 +02:00