applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/CTestServerStreamManager.cpp
branchGCC_SURGE
changeset 32 0713fb089b10
parent 28 dd1f62411ef8
child 40 a0da872af3fa
equal deleted inserted replaced
24:2af57effcf41 32:0713fb089b10
    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