]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_tcp: tcp-request content: enable set-dst and set-dst-var
authorBaptiste Assmann <bedis9@gmail.com>
Thu, 18 Apr 2019 14:21:13 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Apr 2019 13:50:06 +0000 (15:50 +0200)
commite1afd4fec6643685eb318da4a929ceae6c8599f8
tree05d21ea5938333a7be8533a12913bfe3bb2c946b
parentffe30f708f3814acbc9e7308e6d0e938be2b74c1
MINOR: proto_tcp: tcp-request content: enable set-dst and set-dst-var

The set-dst and set dst-var are available at both 'tcp-request
connection' and 'http-request' but not at the layer in the middle.
This patch fixes this miss and enables both set-dst and set-dst-var at
'tcp-request content' layer.
doc/configuration.txt
src/proto_tcp.c