haproxy/include
Willy Tarreau 5e6a5b3a6e MINOR: connection: make the debugging helper functions safer
We have various functions like conn_get_ctrl_name() to retrieve
some information reported in "show sess" for debugging, which
assume that the connection is valid. This is really not convenient
in code aimed at debugging and is error-prone. Let's add a validity
test first.
2019-04-25 18:35:49 +02:00
..
common CLEANUP: standard: use proper const to addr_to_str() and port_to_str() 2019-04-25 17:48:16 +02:00
import
proto MINOR: connection: make the debugging helper functions safer 2019-04-25 18:35:49 +02:00
types MINOR: applet: measure and report an appctx's call rate in "show sess" 2019-04-24 16:04:23 +02:00