]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: The redirect strings follows the log format rules.
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 29 Nov 2013 11:15:45 +0000 (12:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Dec 2013 22:31:33 +0000 (23:31 +0100)
commitd18cd0f1106c923916036d69ebc0dc553b1fcff8
tree56d51965371146b5c7cf47bb6f5a1b9213c55c47
parent06d97f935c3b30c9d1a3923827d8cdb85d6072bc
MEDIUM: http: The redirect strings follows the log format rules.

We handle "http-request redirect" with a log-format string now, but we
leave "redirect" unaffected.

Note that the control of the special "/" case is move from the runtime
execution to the configuration parsing. If the format rule list is
empty, the build_logline() function does nothing.
doc/configuration.txt
include/proto/proto_http.h
include/types/arg.h
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/log.c
src/proto_http.c
src/sample.c