]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_htx: Rely on the HTX function to apply a redirect rules
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 10:05:35 +0000 (12:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit00618aadf9be75c2eea392dffeab2ac8acfa350c
tree79cc23c9c4da1d51b6149ed9cc922f5bd8236d82
parent75b4cd967d9788a82b4819b3d135a0218e099821
MINOR: proto_htx: Rely on the HTX function to apply a redirect rules

There is no reason to use the legacy HTTP version here, which falls back on the
HTX version in this case.
src/proto_htx.c