http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=103539781700876&w=2
ah, that makes sense. thanks.
You are using a streaming filter? So nothing would happen after you finish the write loop, because the EOS bucket will cause the connection filters to be called which will trigger the HEADERs filter to send the header, even though your filter still didn't return. You can debug it easily with MyApache::FilterSnoop (which I plan to release on CPAN at some point). You need to apply a patch that postpones the sent of EOS till the filter returns. I guess I'll just go ahead and apply it. So watch this space.
I guess I'll have to look more closely at the apache code to investigate the mtime problem :)
--Geoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]