webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp
branchRCL_3
changeset 22 c5fabff9b552
parent 14 9e96e2676219
child 23 1adb97a15c2f
equal deleted inserted replaced
21:6f5ef5fc65b4 22:c5fabff9b552
    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 <xmlengchunkcontainer.h>
    51 #include <xml/dom/xmlengchunkcontainer.h>
    52 #include <xmlengfilecontainer.h>
    52 #include <xml/dom/xmlengfilecontainer.h>
    53 #include <xmlengserializer.h>
    53 #include <xml/dom/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     	{
       
   487     	iHttpChannel->DisableTimeOutL(aRequestId);
   485     	iHttpChannel->DisableTimeOutL(aRequestId);
   488     	}
       
   489 #ifdef _SENDEBUG    
   486 #ifdef _SENDEBUG    
   490     TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KNormalLogLevel, _L8("- Request's txnID: %d"), aRequestId));
   487     TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KNormalLogLevel, _L8("- Request's txnID: %d"), aRequestId));
   491     if ( apErrorBody )
   488     if ( apErrorBody )
   492         {
   489         {
   493         TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KMaxLogLevel, _L8("- apErrorBody:")));
   490         TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KMaxLogLevel, _L8("- apErrorBody:")));