> > r->connection is the inbound conn_rec.
> 
> The original filters conversion on mod_proxy used 'conn_rec *origin' -
> how about c->origin?

Nope, you don't know it is the origin server (and origin isn't sufficient
anyway, since the user agent is the origin of a request message).

   c->outbound_server

would be the most accurate name, and would make sense to be NULL when
we are the origin.

....Roy

Reply via email to