]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: use explicit __objt_server on idle conn reinsert
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Dec 2024 16:44:26 +0000 (17:44 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Dec 2024 17:02:55 +0000 (18:02 +0100)
commit762d0764d73d0195e6033869331aeae5cecddf71
treebec15c862b3ea2f6ab84963ccff6ef57f64d7b0f
parentece3bf65ca29e914a2c3b2aad643a09e39bb77c3
MINOR: mux-h2: use explicit __objt_server on idle conn reinsert

This commit is the counterpart of the previous one for H2 mux. It
replaces objt_server() by unsafe __objt_server(), as conn target is
guarantee to point to a valid server instance, which can then be used as
_srv_add_idle() argument.
src/mux_h2.c