diff -r dee5afe5301f -r 3f74d0d4af4c src/network/access/qnetworkaccesshttpbackend.cpp --- a/src/network/access/qnetworkaccesshttpbackend.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/src/network/access/qnetworkaccesshttpbackend.cpp Thu Apr 08 14:19:33 2010 +0300 @@ -976,7 +976,7 @@ // 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;