summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2010-02-17 10:41:03 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2010-02-17 10:42:52 (GMT)
commitdd745238e17dbdc52417e11a70e74cf6f8e15d04 (patch)
treeebb5da45ceaf48e705e35f117f6555ad2a5ac0ff
parent4a1bca54c48087dd7f0f6d0a88c87b9b41283fcf (diff)
downloadQt-dd745238e17dbdc52417e11a70e74cf6f8e15d04.zip
Qt-dd745238e17dbdc52417e11a70e74cf6f8e15d04.tar.gz
Qt-dd745238e17dbdc52417e11a70e74cf6f8e15d04.tar.bz2
HTTP backend: remove comment
the date header always needs to be updated in the cache. Task-number: QTBUG-7466
-rw-r--r--src/network/access/qnetworkaccesshttpbackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qnetworkaccesshttpbackend.cpp b/src/network/access/qnetworkaccesshttpbackend.cpp
index 61a95fe..af971a7 100644
--- a/src/network/access/qnetworkaccesshttpbackend.cpp
+++ b/src/network/access/qnetworkaccesshttpbackend.cpp
@@ -976,7 +976,7 @@ QNetworkCacheMetaData QNetworkAccessHttpBackend::fetchCacheMetaData(const QNetwo
// of writes to disk when using a QNetworkDiskCache (i.e. don't
// write to disk when only the date changes).
// However, without the date we cannot calculate the age of the page
- // anymore. Consider a proper fix of that problem for 4.6.1.
+ // anymore.
//if (header == "date")
//continue;