A problem with Post to unreachable destination ...

Hi,
 
I've the following problem:
 
When performing HTPutAnchor to an unreachable destination (with async
socket),
wwwlib enters an infinite loop of the following -
   the call to connect in HTDoConnect returns WOULDBLOCK 
   AsyncWindowProc is called with the event FD_CONNECT and calls
HTDoConnect
   that calls connect that produces the  FD_CONNECT event and it'll
proceed in this way .
 
Has anybody encountered this problem? Is there any timeout option for
this case?
 
 
Thanks in advance,
Gregory Greenman
 
 

Received on Thursday, 22 August 2002 04:26:00 UTC