webengine/osswebengine/WebCore/platform/network/symbian/HttpPostDataSupplier.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 38 4917f9bf7995
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    22 #include <e32std.h>
    22 #include <e32std.h>
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include "HttpPostDataSupplier.h"
    24 #include "HttpPostDataSupplier.h"
    25 #include "PostDataItem.h"
    25 #include "PostDataItem.h"
    26 #include "FormData.h"
    26 #include "FormData.h"
    27 #include "brctl.h"
    27 #include "BrCtl.h"
    28 
    28 
    29 using namespace WebCore;
    29 using namespace WebCore;
    30 
    30 
    31 // EXTERNAL DATA STRUCTURES
    31 // EXTERNAL DATA STRUCTURES
    32 
    32 
    33 // EXTERNAL FUNCTION PROTOTYPES
    33 // EXTERNAL FUNCTION PROTOTYPES
    34 
    34 
    35 // CONSTANTS
    35 // CONSTANTS
    36 // The post is transmitted in parts. A buffer is allocated of max size to
    36 // The post is transmitted in parts. A buffer is allocated of max size to
    37 // contain the next part to be transmitted. 
    37 // contain the next part to be transmitted. 
    38 const TInt KPartMaxSize = 24576;
    38 const TInt KPartMaxSize = 10240;
    39 
    39 
    40 // MACROS
    40 // MACROS
    41 
    41 
    42 // LOCAL CONSTANTS AND MACROS
    42 // LOCAL CONSTANTS AND MACROS
    43 
    43