]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Mar 2023 13:40:03 +0000 (14:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit9a790f63ed5b178b759d004e178b95f242851200
treef65b67b18b951b2635c995b87e675c46e33b7b1e
parent9bce9724ec04eeb848438bf912ef3fbd445f22cc
MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it

The channel flag CF_READ_DONTWAIT is renamed to SC_FL_RCV_ONCE and moved
into the stream-connector.
12 files changed:
include/haproxy/channel-t.h
include/haproxy/stconn-t.h
src/cli.c
src/dns.c
src/flt_spoe.c
src/frontend.c
src/http_ana.c
src/http_client.c
src/peers.c
src/sink.c
src/stconn.c
src/stream.c