commit | 193b8c61681b597ecf657165efd782e4a19b03b1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 22 00:17:38 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 22 00:44:27 2012 +0100 |
tree | 0b50edcda4ab56ca7351eaa2133d220655b0f6e4 | |
parent | 4460d033b381288f7f43d5809435e216f01744d8 [diff] |
MINOR: http: allow the cookie capture size to be changed Some users need more than 64 characters to log large cookies. The limit was set to 63 characters (and not 64 as previously documented). Now it is possible to change this using the global "tune.http.cookielen" setting if required.