MINOR: capture: extend the captures to support non-header keys
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Jun 2014 14:11:48 +0000 (16:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Jun 2014 14:32:48 +0000 (16:32 +0200)
commit54da8db40be730f272173941a494f7d5ec3bbb3e
tree0130b60ab4ed35a456a31bff79c127dde6dc19d6
parent5b4bf70a95b745f4316d91e80ecf58e11fa60ebf
MINOR: capture: extend the captures to support non-header keys

This patch adds support for captures with no header name. The purpose
is to allow extra captures to be defined and logged along with the
header captures.
include/types/capture.h
src/proto_http.c