This commit is contained in:
Talyx
2022-02-10 19:29:25 +03:00
parent abff8b474f
commit a88d9c25a4
3 changed files with 15492 additions and 3 deletions

View File

@@ -337,8 +337,6 @@ bool Request::badCode(int code)
bool Request::ok(void)
{
DBOUT << "_head_ok " << _head_ok << ENDL;
DBOUT << "_body_ok " << _body_ok << ENDL;
return (_head_ok && _body_ok);
}