diff -r 10e98eab6f85 -r a359256acfc6 webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h --- a/webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h Fri Jul 03 15:54:40 2009 +0100 +++ b/webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h Thu Aug 27 07:44:59 2009 +0300 @@ -43,7 +43,7 @@ class SelfDownloadContentHandler; const int KHttpMaxConnectionNum = 7; -const int KHttpMaxTransactionNumPerConnection = 5; +const int KHttpMaxTransactionNumPerConnection = 2; const int KHttpBatchingBuffSize = 2*1400; const int KHttpReceiveBuffSize = 32*1024;