mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 12:42:20 +02:00
MINOR: lua: Add server name & puid to LUA Server class.
This commit is contained in:
committed by
Willy Tarreau
parent
c6a1d711a4
commit
a62ae7ed9a
@@ -922,6 +922,14 @@ Server class
|
||||
|
||||
This class provides a way for manipulating servers and retrieving information.
|
||||
|
||||
.. js:attribute:: Server.name
|
||||
|
||||
Contain the name of the server.
|
||||
|
||||
.. js:attribute:: Server.puid
|
||||
|
||||
Contain the proxy unique identifier of the server.
|
||||
|
||||
.. js:function:: Server.is_draining(sv)
|
||||
|
||||
Return true if the server is currently draining sticky connections.
|
||||
|
||||
Reference in New Issue
Block a user