commit | e63ac871f8bbdeb0650bab2dcbd451c05b41453c | [log] [tgz] |
---|---|---|
author | Andrew Hayworth <andrew.hayworth@getbraintree.com> | Fri Jul 31 16:14:16 2015 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 09 10:16:49 2015 +0200 |
tree | 20510993b845fd59166829c33675cc096ba11de5 | |
parent | 9f5ada32e44ae444c7eeb6961b08d1940106822f [diff] |
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