]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Remove half-closed timeout
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Feb 2023 07:41:55 +0000 (08:41 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 14:59:16 +0000 (15:59 +0100)
commitbe5cc766b0184747c1578eabd4fbee04d7d26222
tree16fd35610abe8634d166a1290d57e925ad02b341
parentbcdcfad3ff58bab002f99c85c2c9d82ab88770a7
MINOR: stconn: Remove half-closed timeout

The half-closed timeout is now directly retrieved from the proxy
settings. There is no longer usage for the .hcto field in the stconn
structure. So let's remove it.
include/haproxy/stconn-t.h
src/cli.c
src/proxy.c
src/stconn.c
src/stream.c