1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

client/internal/highway: fix typo

This commit is contained in:
wdvxdr 2023-02-19 19:42:26 +08:00
parent da29660b3e
commit 4716f69c1a

View File

@ -219,7 +219,7 @@ func uploadBDHMultiThread(s *Session, addr Addr, trans *Transaction) ([]byte, er
buffers := frame(head, chunk)
_, err = buffers.WriteTo(conn)
if err != nil {
return errors.Wrap(err, "write pc error")
return errors.Wrap(err, "write conn error")
}
rspHead, err := readResponse(reader)
if err != nil {