summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-28 01:27:49 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-03 06:57:42 (GMT)
commitdf551752b7f430ab44bb1dd2ad0aa8c2a5187ef8 (patch)
treee314f8cad85765d52669a6778610c3377dd9ef9f /src/network/access/qnetworkreply.cpp
parent2149a313e671b22382828b58d2520807a5a061e1 (diff)
downloadQt-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.cpp4
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)