Re: Discard a brigade from filter

2017-10-19 Thread Nick Kew
On Thu, 19 Oct 2017 16:30:27 +0200 m...@netbsd.org (Emmanuel Dreyfus) wrote: > Hello > > Is there a way to completely discard a brigade in an input filter, and > not pass it through filter chain? This doesn't quite make sense. An input filter pulls data into the brigade supplied by its caller,

Discard a brigade from filter

2017-10-19 Thread Emmanuel Dreyfus
Hello Is there a way to completely discard a brigade in an input filter, and not pass it through filter chain? Removing all buckets cause an empty brigade to be sent to next filter and that causes trouble. I found a case where another filter in the chain considers an empty brigade to be end of r