diff -r ac77f89b1d9e -r 4917f9bf7995 webengine/osswebengine/WebCore/platform/network/symbian/HttpPostDataSupplier.cpp --- a/webengine/osswebengine/WebCore/platform/network/symbian/HttpPostDataSupplier.cpp Wed Apr 14 17:06:56 2010 +0300 +++ b/webengine/osswebengine/WebCore/platform/network/symbian/HttpPostDataSupplier.cpp Tue Apr 27 17:46:17 2010 +0300 @@ -35,7 +35,7 @@ // CONSTANTS // The post is transmitted in parts. A buffer is allocated of max size to // contain the next part to be transmitted. -const TInt KPartMaxSize = 10240; +const TInt KPartMaxSize = 24576; // MACROS