Re: two HTLoadAbsolute in a row causes Winsock error (WWW_WIN_ASYNC)
Timothee Besset <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
I think I know why this is happening. But I am not sure about the way to fix it properly yet: After the first download, I call HTEventTerminate. On win32 this kills the HWND used for events, and used by the socket. I use HTEventTerminate to avoid my default timeout of 10 seconds to be called later on after the request is done and processed. This was causing a crash on win32. So maybe this fix is introducing more problems than it's fixing really. I will experiment some more. TTimo Richard Atterer wrote: >Hi, > >can you provide a more detailed trace of the libwww output? Preferably with >comments by you which explain what calls you are making. > >Cheers, > > Richard > > >