[twsocket] Problem in the HttpCli authentication

2005-04-24 Thread Maurizio Lotauro
Hello, I discovered that the HttpCli authentication has a serious problem. When both the host and the proxy requiring an authentication then an endless loop will generated (a sort of ping pong between 407 and 401 status). I'm working for a fix and will send it to Francois when ready. Bye, Mauri

Re: Re[2]: [twsocket] Reasonable timeout

2005-04-24 Thread Arno Garrels
Hello Francois & Wilfried, >> I think the timeout applies only to blocking socket > > correct :) > I also found some resources witch confirm that, but I lost them :( > No problem, application-level timeouts are working fine for me in any case. Arno Garrels -- To unsubscribe or change y

Re[2]: [twsocket] Reasonable timeout

2005-04-24 Thread Wilfried Mestdagh
> I think the timeout applies only to blocking socket correct :) I also found some resources witch confirm that, but I lost them :( --- Rgds, Wilfried http://www.mestdagh.biz Sunday, April 24, 2005, 11:33, Francois PIETTE wrote: >> I think it's not supported, since I added the block below to >

Re: [twsocket] missing header file

2005-04-24 Thread Francois PIETTE
> I searched my computer and the file WSocket.h does not exist > anywhere, I must have made an error on the installation. > I am using BCB6 Personnel. There is no wsocket.h file in or used by ICS. There is a wsocket.hpp that is created when you install the component, that is when you build the co

Re: [twsocket] Reasonable timeout

2005-04-24 Thread Francois PIETTE
> I think it's not supported, since I added the block below to TCustomWSocket.Connect > and receive data just fine though the timeout is set to 1 ms. Or am I missing > something? If not supported, you should receive an error when calling setsockopt whihc is not the case. I think the timeout applie