]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: remove calls to cs_done_get()
authorWilly Tarreau <w@1wt.eu>
Tue, 24 May 2022 08:39:15 +0000 (10:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit516621bbe6fb0ec0bacadac6813467628be9dfdc
treebed402bef52d8077302865f30dc83adf7ab9495d
parenta1547ce0a01cd63e5930de5f08148b523ac03cf0
MINOR: stconn: remove calls to cs_done_get()

It was only called after setting SHUTW on the output channel, and since
it's now handled by sc_is_send_allowed() we don't need it anymore.
include/haproxy/conn_stream.h
src/conn_stream.c