Wininet code hangs app 60 seconds on app exit?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have some really simple wininet code that performs and http post and closes the handles when done. I am having a problem where on app exit, I perform a final http post and close all of my handles without fail and exit my wininet function, but the app refuses to unload until after a 60 second pause. Any ideas why?