commit | 676c8db13458671d4ee64489f884a72daecf3b80 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 24 16:22:24 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | 0165442d08322c4467d62db13d60558af33f5f2d | |
parent | e7866b1ff76873976330ca4f5530f453d75acd5c [diff] |
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.