mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-01 09:01:03 +01:00
During configuration parsing, error messages resulting of parsing of errorloc and errorfile directives are now also stored as an http reply. So, for now, these messages are stored as a buffer and as an http reply. To be able to release all these http replies when haproxy is stopped, a global list is used. We must do that because the same http reply may be referenced several times by different proxies if it is defined in a default section.