A problem with Post to unreachable destination ...
"Gregory" <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
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