commit | d9ed3d2848d460935d0c29358ad98006f84545e7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 13 12:23:06 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 13 16:32:48 2014 +0200 |
tree | 49bc3ad2a9382decf9b31e55db7f05623cb4974d | |
parent | 4bf9963a78f568dac98cd4d2a5a590eb10f7030d [diff] |
MINOR: logs: don't limit HTTP header captures to HTTP frontends Similar to previous patches, HTTP header captures are performed when a TCP frontend switches to an HTTP backend, but are not possible to report. So let's relax the check to explicitly allow them to be present in TCP frontends.