]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: httpclient/lua: ability to set a server timeout
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Feb 2022 13:18:16 +0000 (14:18 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Feb 2022 14:11:11 +0000 (15:11 +0100)
commitb4a4ef6a293e588af5250c124ac3aa5aae24aaff
treed08a5cf2123932b277d46d3ce35f014bdaf94750
parent686501cb1c4eabd0ab1e91da70adf0bd322d3ccd
MINOR: httpclient/lua: ability to set a server timeout

Add the ability to set a "server timeout" on the httpclient with either
the httpclient_set_timeout() API or the timeout argument in a request.

Issue #1470.
doc/lua-api/index.rst
include/haproxy/http_client-t.h
include/haproxy/http_client.h
src/hlua.c
src/http_client.c