applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp
branchGCC_SURGE
changeset 32 0713fb089b10
parent 28 dd1f62411ef8
--- a/applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp	Thu Jun 17 12:05:02 2010 +0100
+++ b/applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp	Thu Jul 22 16:38:27 2010 +0100
@@ -316,9 +316,12 @@
 	return iObserver->SendTimeOutVal();
 	}
 
-void CHttpRequestBatcher::SetTCPCorking(TBool /* aValue */)
+void CHttpRequestBatcher::SetTCPCorking(TBool  aValue )
     {
-    
+    if (iOutputStream)
+            {
+            iOutputStream->SetTCPCorking(aValue);
+            }
     }