mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-21 14:21:31 +02:00
Interestingly, all arrays used to declare patterns were read-write while only hard-coded. Let's mark them const so that they move from data to rodata and don't risk to experience false sharing.