fix resolveServerPacket

This commit is contained in:
jingtao01 2019-01-03 21:32:17 +08:00
parent 10cf59920e
commit 0fc528e0af
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ func (stm *stream) findStmtPacket (srv chan *packet, seq int) *packet {
func (stm *stream) resolveServerPacket(payload []byte, seq int) {
var msg = ""
if len(payload) == 0 {
return
}
switch payload[0] {
case 0xff: