]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Mar 2023 14:38:18 +0000 (15:38 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit68ef218a72ccd2ebc65c6a990c50ac40a19dec70
tree914faebed6514cd3b61ab6e760dc8767e3dd1dfc
parent5c281d58ea53324a1f6e517bb53bad1efd4fce0c
MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it

The channel flag CF_NEVER_WAIT is renamed to SC_FL_SND_NEVERWAIT and moved
into the stream-connector.
include/haproxy/channel-t.h
include/haproxy/stconn-t.h
src/cli.c
src/http_ana.c
src/proxy.c
src/stconn.c
src/stream.c