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) {
|
void TCPSession::protocol(coreutils::ZString &data) {
|
||||||
if(!server.commands.processRequest(data, *this))
|
if(!server.commands.processRequest(data, *this)) {
|
||||||
throw coreutils::Exception("Data received is not valid.");
|
coreutils::Log(coreutils::LOG_DEBUG_1) << data.str();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TCPSession::onRegistered() {
|
void TCPSession::onRegistered() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user