mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 15:02:49 +02:00
This commit removes second argument(msgnum) from http_error_message and changes http_error_message to use s->txn->status/http_get_status_idx for mapping status code from 200..504 to HTTP_ERR_200..HTTP_ERR_504(enum). This is needed for http-request tarpit deny_status commit.