]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 13:10:18 +0000 (15:10 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit8abe7127492b445051a3cc5cd2fba261138e8ef1
tree9fa260d69c263c8d89d99e9e8c76136fc829191a
parentca2b5274b54557ccb4555b9ebfa609ca78a7a700
MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead

Flags to disable lingering and half-close are now handled at the conn-stream
level. Thus SI_FL_NOLINGER and SI_FL_NOHALF stream-int flags are replaced by
CS_FL_NOLINGER and CS_FL_NOHALF conn-stream flags.
14 files changed:
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/stream_interface-t.h
src/backend.c
src/cli.c
src/dns.c
src/http_ana.c
src/http_client.c
src/peers.c
src/sink.c
src/stream.c
src/stream_interface.c
src/tcp_act.c
src/tcp_rules.c