Re: Client Socket

From: Robert Collins <robertc@dont-contact.us>
Date: 25 Mar 2003 22:09:18 +1100

On Tue, 2003-03-25 at 22:08, Daniel Draper wrote:
> Hi all,
>
> When an HTTP repsonse is sent to the client it is done so via a client
> socket. Is there an accessor function for me to write to or modify one
> of these sockets? Where is the socket created?

(From memory):

clientHttpAccept().

what happens is the comms layer detects a new socket, and calls
clientHttpAccept to hand that off to the HTTP client layer.

Cheers,
Rob

-- 
GPG key available at: <http://users.bigpond.net.au/robertc/keys.txt>.

Received on Tue Mar 25 2003 - 04:09:31 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:35 MST