Discussion:
HttpOpenRequest fails with GetLastError() == 6
(too old to reply)
Petar Popara
2005-12-13 13:38:45 UTC
Permalink
Hi,

After several successful calls to HttpOpenRequest(), one of calls fails with
GetLastError() == 6 ("The handle is invalid"). Why? How can I found what the
_real_ problem is?

Thank you in advance! :)
Scherbina Vladimir
2005-12-17 09:53:26 UTC
Permalink
Is your handle value remains the same ? If you're overwritting it somewhere
(or when stack is corrupted for instance) you will get such situation.
--
Vladimir
Post by Petar Popara
Hi,
After several successful calls to HttpOpenRequest(), one of calls fails
with GetLastError() == 6 ("The handle is invalid"). Why? How can I found
what the _real_ problem is?
Thank you in advance! :)
Loading...