]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: remove stream usage on connection reuse
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 1 Apr 2025 15:55:18 +0000 (17:55 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 2 Apr 2025 12:57:40 +0000 (14:57 +0200)
commit20eb57b486b029a14a91021a867cff75c2612434
tree07e1e0c465a3b4ee1eb2a8e26b26e528d187c7bd
parentee94a6cfc1b01b2d14ab91436d147ffdac03db25
MINOR: backend: remove stream usage on connection reuse

Adjust newly defined be_reuse_connection() API. The stream argument is
removed. This will allows checks to be able to invoke it without relying
on a stream instance.
include/haproxy/backend.h
src/backend.c