mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
misc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user