diff -r 974c3ee9bf20 -r dd1f62411ef8 applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp --- a/applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp Wed Jun 23 18:48:21 2010 +0300 +++ b/applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp Tue Jul 06 14:51:44 2010 +0300 @@ -316,9 +316,12 @@ return iObserver->SendTimeOutVal(); } -void CHttpRequestBatcher::SetTCPCorking(TBool /* aValue */) +void CHttpRequestBatcher::SetTCPCorking(TBool aValue ) { - + if (iOutputStream) + { + iOutputStream->SetTCPCorking(aValue); + } }