commit | a7d1455c89a6d9a079112a368f1886c354130da9 | [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:50:46 2021 +0200 |
tree | 1ccce147ce94c2f19b03f07cc2fb6259db21129f | |
parent | e9bb7fba7998df38a0aad96d99afdb9091874f9a [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. (cherry picked from commit d943a044aa1ff4808b7b06cbd7a4c2fef659035c) Signed-off-by: Willy Tarreau <w@1wt.eu>