Fix subsequent SSL failures on Windows

This commit is contained in:
Cameron Gutman 2018-06-23 23:46:16 -07:00
parent 416724f843
commit 4fe6c24702

View file

@ -245,6 +245,10 @@ NvHTTP::openConnection(QUrl baseUrl,
reply->abort();
}
// We must clear out cached authentication and connections or
// GFE will puke next time
m_Nam.clearAccessCache();
// Handle error
if (reply->error() != QNetworkReply::NoError)
{