fix invalid type of generic response packets, see #712

This commit is contained in:
Cloud Wu
2017-08-14 10:49:32 +08:00
parent 9c37f5292a
commit 90536e4a0d

View File

@@ -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