On Wed, 31 Jan 2007 17:37:08 -0800 (PST) Bogdan Ribic <[EMAIL PROTECTED]> wrote:
> it with AP_FTYPE_CONNECTION. Specifically, this piece of code: > [chop] > request_rec *r = f->r; You can't do that. There's no request_rec in a connection filter (except by coincidence). -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
