On 08/27/2012 09:41 AM, Rüdiger Plüm wrote:

> +    /* Clean up and pass on the brigade to the next filter in the chain */
> 
> 
> Where do we do a cleanup here?
> 
> +    return APR_SUCCESS;
> +}
> +
<snip>
> 
> Regards
> 
> Rüdiger
> 
Heh, I believe that's what is called a copypasto. Both cleanups and
passing on content is done earlier in the chain, the specific comment is
simply a remnant of creating the input filter based on the code used for
the output filter (you'll see the same comment in the output filter
code, where it actually makes sense). I'll remove the comment.

With regards and thanks,
Daniel.

Reply via email to