applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp
changeset 28 dd1f62411ef8
parent 12 88a7990e456a
equal deleted inserted replaced
27:974c3ee9bf20 28:dd1f62411ef8
   314 TInt CHttpRequestBatcher::SendTimeOutVal()
   314 TInt CHttpRequestBatcher::SendTimeOutVal()
   315 	{
   315 	{
   316 	return iObserver->SendTimeOutVal();
   316 	return iObserver->SendTimeOutVal();
   317 	}
   317 	}
   318 
   318 
   319 void CHttpRequestBatcher::SetTCPCorking(TBool /* aValue */)
   319 void CHttpRequestBatcher::SetTCPCorking(TBool  aValue )
   320     {
   320     {
   321     
   321     if (iOutputStream)
       
   322             {
       
   323             iOutputStream->SetTCPCorking(aValue);
       
   324             }
   322     }
   325     }
   323 
   326 
   324 
   327