mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-21 06:11:45 +02:00
The inline array used to store, the configured messages per event in the SPOE agent structure, is replaced by a dynamic array, allocated during the configuration parsing. The main purpose of this change is to be able to move all stuff regarding the SPOE filter and applet in the C file. The related issue is #2502.