diff -r c5fabff9b552 -r 1adb97a15c2f webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp --- a/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp Tue Aug 31 16:18:26 2010 +0300 +++ b/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp Wed Sep 01 12:28:05 2010 +0100 @@ -48,9 +48,9 @@ #include "senservicesession.h" #include "senlogger.h" #include "senclientsession.h" -#include -#include -#include +#include +#include +#include @@ -482,7 +482,10 @@ { iHttpChannel->SetExplicitIapDefined(ETrue); } + if(iHttpChannel) + { iHttpChannel->DisableTimeOutL(aRequestId); + } #ifdef _SENDEBUG TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KNormalLogLevel, _L8("- Request's txnID: %d"), aRequestId)); if ( apErrorBody )