Comment 5 for bug 1357321

Revision history for this message
Michael Zanetti (mzanetti) wrote : Re: scope images do not load in HSDPA or 3G

Confirming that QNetworkAccessManager doesn't realize when the network connection comes up (or changes).

If a QNetworkAccessManager is constructed while the network is down, all get() calls will continue failing even when the network comes up.

Only QNetworkAccessManagers created while the network is working, will be functional.