applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/CTestServerStreamManager.cpp
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
equal deleted inserted replaced
19:c0c2f28ace9c 20:a0da872af3fa
    17 #include <moutputstream.h>
    17 #include <moutputstream.h>
    18 
    18 
    19 #include "CTestServerStreamManager.h"
    19 #include "CTestServerStreamManager.h"
    20 #include "httptestutils.h"
    20 #include "httptestutils.h"
    21 #include "MPipeliningTestCase.h"
    21 #include "MPipeliningTestCase.h"
    22 #include "CTestCasePipelineFallback.h"
    22 #include "ctestcasepipelinefallback.h"
    23 
    23 
    24 const TInt KTimeOut = 50000000;
    24 const TInt KTimeOut = 50000000;
    25 const TInt KResponseBatchSize = 5;
    25 const TInt KResponseBatchSize = 5;
    26 _LIT8(KTxtConnectionClose, "Connection: Close");
    26 _LIT8(KTxtConnectionClose, "Connection: Close");
    27 
    27