Get() with bad URL and Blocking = true doesn't wo (General questions)
Hi,
I'm using wodHttpDLX.dll in VC++ 6.0, in blocking mode (Blocking = true).
If I do a Get method with a bad URL (for example adsd.adadas.das ) the program doesn't return after the Get() method. It remains in a blocked state... The Done event is launched (with ErrorCode != 0), the Disconnected too, but that's it... You can test this with your own SampleGet program sample, setting the Blocking to true and put some debug message before and after Get() method and in the events.
Do you have a response for that? Or a workaround?
Thanx,
Anca.