mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-11 20:01:00 +01:00
When HAProxy returns an http error message, the corresponding http reply is now used instead of the buffer containing the corresponding HTX message. So, http_error_message() function now returns the http reply to use for a given stream. And the http_reply_and_close() function now relies on http_reply_message() to send the response to the client.