Davi Arnaut <[EMAIL PROTECTED]> wrote:
> > apr_socket_t *client_socket =
> > ap_get_module_config(r->connection->conn_config, &core_module);
> >
> > But that is only avaialable if CORE_PRIVATE is defined... Does that mean my
> > module needs to define CORE_PRIVATE in order to get access to an
> > apr_socket_t? That seems dirty to me... is there some better way?
> How about: conn_rec->cs->pfd->desc ?
That definately is better... so long as that's the right file
descriptor. :-) I guess that would make me ask the question, why is
mod_proxy not doing it that way?
Thanks,
Tyler