mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 09:33:33 +02: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.