mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 09:53:18 +02:00
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.
This commit is contained in:
@@ -187,7 +187,6 @@ void show_endp_flags(unsigned int f)
|
||||
SHOW_FLAG(f, SE_FL_RXBLK_CHAN);
|
||||
SHOW_FLAG(f, SE_FL_RXBLK_BUFF);
|
||||
SHOW_FLAG(f, SE_FL_RXBLK_ROOM);
|
||||
SHOW_FLAG(f, SE_FL_RXBLK_SHUT);
|
||||
SHOW_FLAG(f, SE_FL_RXBLK_CONN);
|
||||
SHOW_FLAG(f, SE_FL_RX_WAIT_EP);
|
||||
SHOW_FLAG(f, SE_FL_WANT_GET);
|
||||
|
||||
Reference in New Issue
Block a user