"Sylbert L" <[EMAIL PROTECTED]> writes:

> In Apache 2.0, how do I get a reference to the client socket using the 'request_rec' 
>struct ?

I think the easiest way would be to implement a pre_connection hook
and grab the socket* from there and attach to module-specific data in
conn_rec that you can get to via the request_rec later.

*assuming that a socket is being used for the transport, which for now
is a fairly safe assumption

By the way, what do you need the socket for?

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to