Quoting Ryan Morgan <[EMAIL PROTECTED]>: > I would tend to agree with Ryan here, it should not be assumed that the > request_rec will be available in the core_output_filter.
I wasn't planning on making any changes to core_output_filter that would make it depend on f->r being set. The whole thing would be happening in a separate module (mod_logio.c), which would either act (if f->r is set) or leave it alone (if f->r is NULL). So, HTTP requests, for which f->r would be set even in the connection based filters would be dealt with, anything else would be ignored by the module. Bojan ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/