Latest build
This commit is contained in:
parent
608f8a2b0c
commit
0a03b3553d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -16,8 +16,9 @@ namespace core {
|
||||
}
|
||||
|
||||
void TCPSession::protocol(coreutils::ZString &data) {
|
||||
if(!server.commands.processRequest(data, *this))
|
||||
throw coreutils::Exception("Data received is not valid.");
|
||||
if(!server.commands.processRequest(data, *this)) {
|
||||
coreutils::Log(coreutils::LOG_DEBUG_1) << data.str();
|
||||
}
|
||||
}
|
||||
|
||||
void TCPSession::onRegistered() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user