mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Fix subsequent SSL failures on Windows
This commit is contained in:
parent
416724f843
commit
4fe6c24702
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue