mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-23 23:49:47 +08:00
ci fix
This commit is contained in:
parent
0a1b889bdf
commit
e56b71ffd1
@ -440,7 +440,8 @@ void Connection::HandleMessagePacket(const std::vector<uint8_t>& buffer) {
|
||||
}
|
||||
if (buffer[0] == BA_MESSAGE_MULTIPART_END) {
|
||||
if (multipart_buffer_[0] == BA_MESSAGE_MULTIPART) {
|
||||
BA_LOG_ONCE(LogLevel::kError, "nested multipart message detected; kicking");
|
||||
BA_LOG_ONCE(LogLevel::kError,
|
||||
"nested multipart message detected; kicking");
|
||||
Error("");
|
||||
}
|
||||
HandleMessagePacket(multipart_buffer_);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user