mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix subsequent SSL failures on Windows
This commit is contained in:
@@ -245,6 +245,10 @@ NvHTTP::openConnection(QUrl baseUrl,
|
|||||||
reply->abort();
|
reply->abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We must clear out cached authentication and connections or
|
||||||
|
// GFE will puke next time
|
||||||
|
m_Nam.clearAccessCache();
|
||||||
|
|
||||||
// Handle error
|
// Handle error
|
||||||
if (reply->error() != QNetworkReply::NoError)
|
if (reply->error() != QNetworkReply::NoError)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user