mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +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"
|
typ = "ERR"
|
||||||
elseif field_count == 0xfe then
|
elseif field_count == 0xfe then
|
||||||
typ = "EOF"
|
typ = "EOF"
|
||||||
elseif field_count <= 250 then
|
else
|
||||||
typ = "DATA"
|
typ = "DATA"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user