branch | RCL_3 |
changeset 18 | f21293830889 |
parent 7 | 337070b4fa18 |
child 37 | 5f1cd966e0d9 |
--- 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); + } }