MINOR: http-htx: Use http reply from the http-errors section
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 14 May 2020 12:49:25 +0000 (14:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commite29a97e51af98a503122e279656655ce9b6e004f
treec181bee99dba51a8715e9ad9e4d21e3af10fd5dd
parent40e85696767f08a3ff80bbd195f1677e48a4862d
MINOR: http-htx: Use http reply from the http-errors section

When an http reply is configured to use an error message from an http-errors
section, instead of referencing the error message, the http reply is used. To do
so the new http reply type HTTP_REPLY_INDIRECT has been added.
include/types/http_htx.h
src/http_ana.c
src/http_htx.c