changed: not logging (headers and body)
git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@480 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -311,9 +311,6 @@ void Request::SendAll()
|
||||
FCGX_PutS("Content-Type: Text/Html\r\n", out);
|
||||
}
|
||||
|
||||
log << log2 << "headers: " << logend; // !! wywalic
|
||||
log << headers.str() << logend; // !!
|
||||
|
||||
FCGX_PutS(headers.str().c_str(), out);
|
||||
FCGX_PutS("\r\n", out);
|
||||
|
||||
@@ -323,9 +320,6 @@ void Request::SendAll()
|
||||
return;
|
||||
|
||||
FCGX_PutS(page.str().c_str(), out);
|
||||
log << log2 << "body: " << logend; // !! wywalic
|
||||
log << page.str() << logend; // !!
|
||||
|
||||
|
||||
const std::string & d = debug.str();
|
||||
|
||||
|
Reference in New Issue
Block a user