]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: prepare support for parsing redirect actions on responses
authorWilly Tarreau <w@1wt.eu>
Thu, 28 May 2015 13:26:58 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 May 2015 15:43:11 +0000 (17:43 +0200)
commitbe4653b6d4c835092dacec3a7b2431df9c6704dd
tree8a954ca0a418e5d3cab4c3f70661b1abf95c1ab5
parentb329a312e3acc8fb366652b8fffc636b410aa50b
MINOR: http: prepare support for parsing redirect actions on responses

In order to support http-response redirect, the parsing needs to be
adapted a little bit to only support the "location" type, and to
adjust the log-format parser so that it knows the direction of the
sample fetch calls.
include/proto/proto_http.h
src/cfgparse.c
src/proto_http.c