mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
A recent fix on the SPOE revealed a mismatch between the SPOE specification and the modsecurity implementation on the way flags are encoded or decoded. They must be exchanged using the network bytes order and not the host one. Be careful though, this patch breaks the compatiblity with HAProxy SPOE before commit c4dcaff3 ("BUG/MEDIUM: spoe: Flags are not encoded in network order").