]> git.kaiwu.me - haproxy.git/commit
MINOR: httpclient/lua: add 'dst' optionnal field
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 17 Feb 2022 19:00:23 +0000 (20:00 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 17 Feb 2022 19:07:00 +0000 (20:07 +0100)
commit4f4f2b7b5f5802289df1eb81cc6a6b02894b0104
tree40d22f7baa4ae5ae1b1297361ee31ba5bde83e52
parent7b2e0ee1c1d40fbf6bb95f103e61d4a1cb24aaf5
MINOR: httpclient/lua: add 'dst' optionnal field

The 'dst' optionnal field on a httpclient request can be used to set an
alternative server address in the haproxy address format. Which means it
could be use with unix@, ipv6@ etc.

Should fix issue #1471.
doc/lua-api/index.rst
reg-tests/lua/lua_httpclient.lua
reg-tests/lua/lua_httpclient.vtc
src/hlua.c