diff -r 919f36ff910f -r d96eed154187 webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h --- a/webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h Wed Sep 01 12:28:30 2010 +0100 +++ b/webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h Tue Sep 14 23:23:58 2010 +0300 @@ -43,6 +43,7 @@ class SelfDownloadContentHandler; const int KHttpMaxConnectionNum = 7; +const int KHttpSushiMaxConnectionNum = 8; const int KHttpMaxTransactionNumPerConnection = 2; const int KHttpBatchingBuffSize = 2*1400; const int KHttpReceiveBuffSize = 32*1024;