Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-31 Thread Yann Ylavic
On Tue, Mar 31, 2020 at 7:35 AM Ruediger Pluem wrote: > > On 3/31/20 1:19 AM, Yann Ylavic wrote: > > > > Yes that's the issue from the start, request filters are not supposed > > to retain anything after the EOS bucket, they are simply not called > > anymore once they return. > > Although this is

Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-31 Thread Yann Ylavic
On Tue, Mar 31, 2020 at 7:11 AM Ruediger Pluem wrote: > > On 3/31/20 1:19 AM, Yann Ylavic wrote: > > Index: server/core_filters.c > > === > > --- server/core_filters.c (revision 1875881) > > +++ server/core_filters.c (working

Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-31 Thread Joe Orton
On Tue, Mar 31, 2020 at 01:19:08AM +0200, Yann Ylavic wrote: > FWIW, attached is v2 with simpler "batching" in > ap_filter_setaside_brigade(), no spurious hunk, bb cleaned up at the > end, and APR_ENOTIMPL when called from a filter < AP_FTYPE_CONNECTION. FWIW this makes more sense to me than