]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: Remove unused HTTP message templates
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 May 2020 08:11:59 +0000 (10:11 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 May 2020 13:07:20 +0000 (15:07 +0200)
commit0bac4cdf1a1aa27b62c5dc2717dfd64f4c0c8d92
treec1d314d037a07868397e07395337b85b20649224
parentb3048837549f1176a37d7db74613d8937d920b8f
CLEANUP: http: Remove unused HTTP message templates

HTTP_1XX, HTTP_3XX and HTTP_4XX message templates are no longer used. Only
HTTP_302 and HTTP_303 are used during configuration parsing by "errorloc" family
directives. So these templates are removed from the generic http code. And
HTTP_302 and HTTP_303 templates are moved as static strings in the function
parsing "errorloc" directives.
include/common/http.h
src/http.c
src/http_htx.c