.XmlRpc: Improved HTTP compliance

git-svn-id: svn://ultimatepp.org/upp/trunk@2829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-11-01 18:59:06 +00:00
parent a7c7216201
commit 073301327d
5 changed files with 58 additions and 29 deletions

View file

@ -4,8 +4,8 @@ NAMESPACE_UPP
bool HttpClient_Trace__;
#define LLOG(x) if(HttpClient_Trace__) RLOG(x); else;
#define LLOGBLOCK(x) // DLOGBLOCK(x)
#define LLOG(x) // DLOG(x) //if(HttpClient_Trace__) RLOG(x); else;
#define LLOGBLOCK(x) // DLOG(x)
void HttpClient::Trace(bool b)
{