Skip to content

Commit

Permalink
Following redirects is automatically enabled in Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Oct 17, 2024
1 parent 2985bf3 commit f66ead1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autoupdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ void AutoUpdater::startDownload() {
}
downloadProcessDialog->show();
QNetworkRequest request(downloadUrl);
//request.setAttribute(QNetworkRequest::FollowRedirectsAttribute, true);
QNetworkReply* reply = networkAccessManager->get(request);
connect(reply, &QNetworkReply::downloadProgress, this,
[=](qint64 bytesReceived, qint64 bytesTotal) {
Expand Down

0 comments on commit f66ead1

Please sign in to comment.