mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 12:53:43 +02:00
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.