]> git.kaiwu.me - haproxy.git/commit
MINOR: connection: add sample fetch "fc_rcvd_proxy"
authorEmeric Brun <ebrun@haproxy.com>
Thu, 5 Jan 2017 14:11:44 +0000 (15:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Jan 2017 10:59:17 +0000 (11:59 +0100)
commit4f60301235ca1d35d51a49f15981706dd1ab67a0
tree99606875990c2e5596cb3afb0a75904a32529dd7
parent52f5db2a44d153797ffd547887a3568e3218c4fc
MINOR: connection: add sample fetch "fc_rcvd_proxy"

fc_rcvd_proxy : boolean
  Returns true if the client initiated the connection with a PROXY protocol
  header.

A flag is added on the struct connection if a PROXY header is successfully
parsed.
doc/configuration.txt
include/types/connection.h
src/connection.c