]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tcp: add a new tcp-request capture directive
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Jun 2014 14:18:52 +0000 (16:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Jun 2014 14:45:53 +0000 (16:45 +0200)
commit18bf01e90034c4b8f0ab338d2e6e1e8b64a1df47
treeb5d8a9f7d7a41242484f7a393da20c027edb735d
parent3a4ac422cecbaf828d14562705e256cd31e9fd75
MEDIUM: tcp: add a new tcp-request capture directive

This new directive captures the specified fetch expression, converts
it to text and puts it into the next capture slot. The capture slots
are shared with header captures so that it is possible to dump all
captures at once or selectively in logs and header processing.

The purpose is to permit logs to contain whatever payload is found in
a request, for example bytes at a fixed location or the SNI of forwarded
SSL traffic.
doc/configuration.txt
src/proto_tcp.c