mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.XmlRpc: Improved HTTP compliance
git-svn-id: svn://ultimatepp.org/upp/trunk@2829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a7c7216201
commit
073301327d
5 changed files with 58 additions and 29 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue