I'm not sure if you guys noticed but since I changed ap_save_brigade's
handling of ENOTIMPL setasides on HEAD (motivated by a similar issue)
there are now several tests always failing:

t/filter/out_bbs_basic.t          255 65280    ??   ??       %  ??
t/filter/out_bbs_ctx.t                          1    1 100.00%  1
t/filter/out_bbs_filebucket.t                  10    2  20.00%  1-2

these fail because ap_save_brigade now fails immediately if ->setaside()
is ENOTIMPL and ->read() does not morph the bucket.  core_output_filter
rudely ignores the ap_save_brigade return value and so silently the
entire response gets dropped on the floor.

I think I'll have to change ap_save_brigade again to fix this in the
short term (since I want that fix in 2.0 too), but it would definitely
be good to have the mod_perl SV bucket type implement setaside properly
for the long term.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to