I have a tool which executes an HTTPS POST command against the same URL with same headers, same post body, etc. for a number of iterations. What I have run into is that for some testers, every so often the WinHttpSendRequest() function fails and the subsequent call to GetLastError() returns [...] read more