]> git.kaiwu.me - haproxy.git/commit
MINOR: connection: document conn_create_mux()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Apr 2026 09:40:23 +0000 (11:40 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 24 Apr 2026 07:33:04 +0000 (09:33 +0200)
commit537c90fb5e96e53e065c1e67a6f871a06e0d9409
treeca25a3d0838b80ec51442a8f0ab452d9448a6f9b
parent270413aeaee908841487752ea99980168e27c49d
MINOR: connection: document conn_create_mux()

Function conn_create_mux() has different behavior for frontend and
backend connections. In particular, on FE side, there is a risk that the
connection is freed.

Write a comment to explain these differences clearly.
src/connection.c