MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the SC and rename it
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Mar 2023 14:53:28 +0000 (15:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit5c281d58ea53324a1f6e517bb53bad1efd4fce0c
treec7058d7ac9a8d43b7445f195f7f35995e6ee4ff6
parent9a790f63ed5b178b759d004e178b95f242851200
MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the SC and rename it

The channel flag CF_SEND_DONTWAIT is renamed to SC_FL_SND_ASAP and moved
into the stream-connector.
include/haproxy/channel-t.h
include/haproxy/stconn-t.h
src/http_ana.c
src/stconn.c