Re: Building a Proxy

Hello!

Usually the response comes through the same socket as the request.
Perhaps your request is not correctly terminated (i.e. you didn't send
\r\n twice after the last line of your request), so the server is still
waiting for the request to be completed.

Regards,
Julian Kurz

Raghav Ramesh schrieb:
> 
> Hi
> I am working on a school project and have to build a proxy.  When I
> forward the client GET request to the server, I dont get a response - I
> am reading at the local port of my TCP connection with the server.  I
> have read the RFC through and I don't see any mention of having to
> disconnect and connect again for the response.  Am I doing something
> wrong here? Could somebody please direct me in the right direction?
> Thanks.
> 
> --Raghav

Received on Sunday, 17 September 2000 04:53:31 UTC