Do you need to close the handles from WinHttpOpen(), WinHttpConnect() and WinHttpOpenRequest(), after you use them with async mode WinHttpOpen().
I suppose they need to be, but how is that done because everything is asynchronously done, I've seen that the last called event from the callback was WINHTTP_CALLBACK_STATUS_DATA_AVAILABLE, but im not sure if this is always the case (called last).
So do I need to close the handles, and if yes how?