mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
fix invalid type of generic response packets, see #712
This commit is contained in:
@@ -164,7 +164,7 @@ local function _recv_packet(self,sock)
|
||||
typ = "ERR"
|
||||
elseif field_count == 0xfe then
|
||||
typ = "EOF"
|
||||
elseif field_count <= 250 then
|
||||
else
|
||||
typ = "DATA"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user