summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-04-20 12:45:41 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-04-20 12:47:45 (GMT)
commit4aa375288ff864c339f83e3ec83e313f40837b6f (patch)
tree9ffa341cc1139e6ffade9cb19dfc3052f01ca461 /src/3rdparty
parent13681d67cfd7ddc8c36fa9b0b635515b1b884143 (diff)
downloadQt-4aa375288ff864c339f83e3ec83e313f40837b6f.zip
Qt-4aa375288ff864c339f83e3ec83e313f40837b6f.tar.gz
Qt-4aa375288ff864c339f83e3ec83e313f40837b6f.tar.bz2
Fix accidental change in QtWebKit
Reviewed-by: TrustMe
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.cpp b/src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.cpp
index 2738d5f..e0707d9 100644
--- a/src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.cpp
+++ b/src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.cpp
@@ -383,9 +383,7 @@ unsigned initializeMaximumHTTPConnectionCountPerHost()
{
// This is used by the loader to control the number of issued parallel load requests.
// Four seems to be a common default in HTTP frameworks.
- //return 4;
- //return 6*(1+3);
- return 6+2;
+ return 4;
}
#endif