]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua_fcn: add Server.get_pend_conn() and Server.get_cur_sess()
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 3 Apr 2023 08:43:17 +0000 (10:43 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 14:28:32 +0000 (16:28 +0200)
commitfc759b4ac22a3599c308425799af581365e8e248
tree527f8e07993eb090ec8e648ce9fc0a778f8eafe0
parent3889efa8e4611bf9c6336cd882ee8473236ad489
MINOR: hlua_fcn: add Server.get_pend_conn() and Server.get_cur_sess()

Server.get_pend_conn: number of pending connections to the server
Server.get_cur_sess: number of current sessions handled by the server

Lua documentation was updated accordingly.
doc/lua-api/index.rst
src/hlua_fcn.c