> -----Ursprüngliche Nachricht----- > Von: Stefan Eissing [mailto:[email protected]] > Gesendet: Mittwoch, 26. April 2017 10:55 > An: [email protected] > Betreff: Re: svn commit: r1707087 - > /httpd/httpd/trunk/modules/debugging/mod_bucketeer.c > > Eh, not really into mod_bucketeer and its use cases, but some > observations after a quick scan: > > line 99: > rv = ap_pass_brigade(f->next, ctx->bb); > apr_brigade_cleanup(ctx->bb); > > line 146: > rv = ap_pass_brigade(f->next, ctx->bb); > if (rv) { > return rv; > } > apr_brigade_cleanup(ctx->bb); > > such things only work if an EOS always comes *before* an EOR bucket > (case 1) > or of no DATA bucket of any kind follows an EOR.
Correct, but with the BUCKETEER filter being a resource filter that should not happen. Regards Rüdiger
