]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: Remove old read and write expiration dates
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Feb 2023 07:23:51 +0000 (08:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 14:59:16 +0000 (15:59 +0100)
commit15315d6c0aadd41362ee8c4d2d3013c25b37774d
treed62bc9f298fe57d0aa40dcb39427a7881d13b484
parentb08c5259eba461c4f88d6be24916d5f8add10298
CLEANUP: stconn: Remove old read and write expiration dates

Old read and write expiration dates are no longer used. Thus we can safely
remove them.
include/haproxy/stconn-t.h
include/haproxy/stconn.h
src/cli.c
src/debug.c
src/dns.c
src/hlua.c
src/http_ana.c
src/sink.c
src/stconn.c
src/stream.c