MINOR: logs: don't limit HTTP header captures to HTTP frontends
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Jun 2014 10:23:06 +0000 (12:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Jun 2014 14:32:48 +0000 (16:32 +0200)
commitd9ed3d2848d460935d0c29358ad98006f84545e7
tree49bc3ad2a9382decf9b31e55db7f05623cb4974d
parent4bf9963a78f568dac98cd4d2a5a590eb10f7030d
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.
doc/configuration.txt
src/cfgparse.c
src/frontend.c
src/log.c