Qt 6.11 is out! See what's new in the release
blog
QNetworkAccessManager - Download never finishes?
General and Desktop
1
Posts
1
Posters
543
Views
1
Watching
-
Hello,
I am using QNetworkAccessManager to download a file from HTTP but the "finished()" signal is never emitted.
What am I missing? Or is it a bug?URL: http://getcomposer.org/composer.phar
The file is not even created.Header:
http://pastebin.com/Rip1M4uuSource:
http://pastebin.com/dUYef0gwThanks...