]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: Add log-format variable %HQ, to log HTTP query strings
authorAndrew Hayworth <andrew.hayworth@getbraintree.com>
Fri, 31 Jul 2015 16:14:16 +0000 (16:14 +0000)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Aug 2015 08:16:49 +0000 (10:16 +0200)
commite63ac871f8bbdeb0650bab2dcbd451c05b41453c
tree20510993b845fd59166829c33675cc096ba11de5
parent9f5ada32e44ae444c7eeb6961b08d1940106822f
MINOR: log: Add log-format variable %HQ, to log HTTP query strings

Since sample fetches are not always available in the response phase,
this patch implements %HQ such that:

  GET /foo?bar=baz HTTP/1.0

...would be logged as:

  ?bar=baz
doc/configuration.txt
include/types/log.h
src/log.c