There was an error while loading. Please reload this page.
1 parent f66c8b3 commit e4fc336Copy full SHA for e4fc336
client/auth.go
@@ -34,7 +34,7 @@ func (c *Conn) readInitialHandshake() error {
34
}
35
36
if data[0] == ERR_HEADER {
37
-return errors.New("read initial handshake error")
+return errors.Annotate(c.handleErrorPacket(data), "read initial handshake error")
38
39
40
if data[0] < MinProtocolVersion {
0 commit comments