applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/CTestCasePipelineFallback.cpp
equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include "ctestcasepipelinefallback.h" |
19 #include "CTestCasePipelineFallback.h" |
20 #include "httptestutils.h" |
20 #include "httptestutils.h" |
21 |
21 |
22 const TInt KTransactionCount = 30; // Submit 30 transactions |
22 const TInt KTransactionCount = 30; // Submit 30 transactions |
23 const TInt KConnectionCount = 1; |
23 const TInt KConnectionCount = 1; |
24 const TInt KBufferSize = 70; // Batching buffer size in bytes of 2 requests. |
24 const TInt KBufferSize = 70; // Batching buffer size in bytes of 2 requests. |