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

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