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:
Tomasz Sowa 2009-01-26 21:21:07 +00:00
parent 9418cc7a69
commit 406cb4a619
1 changed files with 0 additions and 6 deletions

View File

@ -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();