[twsocket] gphttpproxy component problem

2008-07-03 Thread ibrahim bulut
Hi folks. I am writing an application with gphttpproxy component. I set proxy for internet explorer and sniffing the traffic. But i have a problem about proxy. If gphttpproxy component is active, users internet explorer is not working correctly. Some pictures are not showing and

Re: [twsocket] gphttpproxy component problem

2008-07-03 Thread Wilfried Mestdagh
Hello ibrahim, Some pictures are not showing When the server close then the local connection is closed also. Probably all data is not transmitted to the client at this moment. Try to find this place in the code and replace Close or CloseDelayed with Shutdown(1). That's probably the reason. ---