]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: remove SE_FL_RXBLK_SHUT
authorWilly Tarreau <w@1wt.eu>
Tue, 24 May 2022 14:22:24 +0000 (16:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit676c8db13458671d4ee64489f884a72daecf3b80
tree0165442d08322c4467d62db13d60558af33f5f2d
parente7866b1ff76873976330ca4f5530f453d75acd5c
MEDIUM: stconn: remove SE_FL_RXBLK_SHUT

This flag is no more needed, it was only set on shut read to be tested
by cs_rx_blocked() which is now properly tested for shutr as well. The
cs_rx_blk_shut() calls were removed. Interestingly it allowed to remove
a special case in the L7 retry code.

This also ensures we will not risk to set it back on a new endpoint
after cs_reset_endp() via SE_FL_APP_MASK.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
src/conn_stream.c
src/http_ana.c