webengine/osswebengine/WebCore/platform/network/symbian/HttpPostDataSupplier.cpp
branchRCL_3
changeset 38 4917f9bf7995
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
37:ac77f89b1d9e 38:4917f9bf7995
    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 = 10240;
    38 const TInt KPartMaxSize = 24576;
    39 
    39 
    40 // MACROS
    40 // MACROS
    41 
    41 
    42 // LOCAL CONSTANTS AND MACROS
    42 // LOCAL CONSTANTS AND MACROS
    43 
    43