commit | d943a044aa1ff4808b7b06cbd7a4c2fef659035c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 16 17:35:20 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 16 18:30:42 2021 +0200 |
tree | d06d14c4173b9a65a5782c2d1d674c5eb9a527df | |
parent | b74debd8264265b19ba81f5c3e6c447b7601f3b0 [diff] |
MINOR: connection: add helper conn_append_debug_info() This function appends to a buffer some information from a connection. This will be used by traces and possibly some debugging as well. A frontend/backend/server, transport/control layers, source/destination ip:port, connection pointer and direction are reported depending on the available information.