diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-01-28 01:27:49 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-03 06:57:42 (GMT) |
commit | df551752b7f430ab44bb1dd2ad0aa8c2a5187ef8 (patch) | |
tree | e314f8cad85765d52669a6778610c3377dd9ef9f /src/network/access/qnetworkreply.cpp | |
parent | 2149a313e671b22382828b58d2520807a5a061e1 (diff) | |
download | Qt-df551752b7f430ab44bb1dd2ad0aa8c2a5187ef8.zip Qt-df551752b7f430ab44bb1dd2ad0aa8c2a5187ef8.tar.gz Qt-df551752b7f430ab44bb1dd2ad0aa8c2a5187ef8.tar.bz2 |
Bearer Management Integration.
Perform application level roaming when all pending QNetworkReplys have
completed.
Emit temporary network failure error when connection to network is lost
but is possibly recovering due to roaming.
Don't save downloads in cache if they are not complete.
Diffstat (limited to 'src/network/access/qnetworkreply.cpp')
-rw-r--r-- | src/network/access/qnetworkreply.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp index 0a8ea5d..e299b5b 100644 --- a/src/network/access/qnetworkreply.cpp +++ b/src/network/access/qnetworkreply.cpp @@ -125,6 +125,10 @@ QNetworkReplyPrivate::QNetworkReplyPrivate() encrypted channel could not be established. The sslErrors() signal should have been emitted. + \value TemporaryNetworkFailureError the connection was broken due + to disconnection from the network, however the system has initiated + roaming to another access point. The request should be resubmitted. + \value ProxyConnectionRefusedError the connection to the proxy server was refused (the proxy server is not accepting requests) |