webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp
branchRCL_3
changeset 37 1adb97a15c2f
parent 36 c5fabff9b552
equal deleted inserted replaced
36:c5fabff9b552 37:1adb97a15c2f
    46 #include "RSenDocument.h"
    46 #include "RSenDocument.h"
    47 #include "SenParser.h"
    47 #include "SenParser.h"
    48 #include "senservicesession.h"
    48 #include "senservicesession.h"
    49 #include "senlogger.h"
    49 #include "senlogger.h"
    50 #include "senclientsession.h"
    50 #include "senclientsession.h"
    51 #include <xml/dom/xmlengchunkcontainer.h>
    51 #include <xmlengchunkcontainer.h>
    52 #include <xml/dom/xmlengfilecontainer.h>
    52 #include <xmlengfilecontainer.h>
    53 #include <xml/dom/xmlengserializer.h>
    53 #include <xmlengserializer.h>
    54 
    54 
    55 
    55 
    56 
    56 
    57 namespace
    57 namespace
    58     {
    58     {
   480     	}
   480     	}
   481     else
   481     else
   482     	{
   482     	{
   483     	iHttpChannel->SetExplicitIapDefined(ETrue);
   483     	iHttpChannel->SetExplicitIapDefined(ETrue);
   484     	}	
   484     	}	
       
   485     if(iHttpChannel)
       
   486     	{
   485     	iHttpChannel->DisableTimeOutL(aRequestId);
   487     	iHttpChannel->DisableTimeOutL(aRequestId);
       
   488     	}
   486 #ifdef _SENDEBUG    
   489 #ifdef _SENDEBUG    
   487     TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KNormalLogLevel, _L8("- Request's txnID: %d"), aRequestId));
   490     TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KNormalLogLevel, _L8("- Request's txnID: %d"), aRequestId));
   488     if ( apErrorBody )
   491     if ( apErrorBody )
   489         {
   492         {
   490         TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KMaxLogLevel, _L8("- apErrorBody:")));
   493         TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KMaxLogLevel, _L8("- apErrorBody:")));