commit | abb5d4202ffa4bc272bc761cf5d3919a45194155 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 14 16:58:52 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:41:49 2018 +0100 |
tree | ed164a660de6d3061dbcc35c55a5b7db12ba84ce | |
parent | 4b962a41791fa2e9648323f765cc542e32bd82ff [diff] |
MEDIUM: stream-int: use si_rx_shut_blk() to indicate the SI is closed Till now we were using si_done_put() upon shutr, but these flags could be reset upon next activity. Now let's switch to SI_FL_RXBLK_SHUT which doesn't go away. It's also set in stream_int_update() in case a shutr condition is detected. The now unused si_done_put() was removed.