mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-25 16:21:27 +02:00
The pointer <regstr> is only used to compare and identify the original regex string with the patterns. Now the patterns have a reference map containing this original string. It is useless to store this value two times.