When I use the winhttp client application consecutive times, the WinHttpOpenRequest returns error 998.
bResults = WinHttpOpenRequest( hFileHttp.hConnect, L"POST",
urlCompo.lpszUrlPath,
NULL, WINHTTP_NO_REFERER,
WINHTTP_DEFAULT_ACCEPT_TYPES,
0);
Does anyone have an idea what causes this?