mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 11:02:49 +02:00
It was a bit awkward to have session.c call return_srv_error() for HTTP error messages related to servers. The function has been adapted to be passed a pointer to the faulty stream interface, and is now a pointer in the session. It is possible that in the future, it will become a callback in the stream interface itself.