mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-10-09 22:29:50 +08:00
develop
This commit is contained in:
@@ -158,7 +158,7 @@ func (ms *MysqlSession) readFromServer(respSeq int64, bytes []byte) (ok, val int
|
||||
ms.prepareInfo.prepareStmtID = bytesToInt(contents[1:5])
|
||||
}
|
||||
|
||||
return parseResponseHeader(contents)
|
||||
return parseResponseHeader(bytes)
|
||||
}
|
||||
|
||||
err = fmt.Errorf("not need packet")
|
||||
|
Reference in New Issue
Block a user