mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 06:53:18 +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 (buffer[0] == BA_MESSAGE_MULTIPART_END) {
|
||||||
if (multipart_buffer_[0] == BA_MESSAGE_MULTIPART) {
|
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("");
|
Error("");
|
||||||
}
|
}
|
||||||
HandleMessagePacket(multipart_buffer_);
|
HandleMessagePacket(multipart_buffer_);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user