diff -r 8f055b80aa5b -r f21293830889 applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp --- a/applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp Tue May 11 16:43:01 2010 +0300 +++ b/applayerpluginsandutils/httpprotocolplugins/httpclient/chttprequestbatcher.cpp Tue May 25 13:17:20 2010 +0300 @@ -316,9 +316,12 @@ return iObserver->SendTimeOutVal(); } -void CHttpRequestBatcher::SetTCPCorking(TBool /* aValue */) +void CHttpRequestBatcher::SetTCPCorking(TBool aValue ) { - + if (iOutputStream) + { + iOutputStream->SetTCPCorking(aValue); + } }