mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Merge branch 'main' of github.com:schollz/croc
This commit is contained in:
commit
f8f69e3157
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@ func (c *Client) transfer() (err error) {
|
||||||
}
|
}
|
||||||
if err != nil && strings.Contains(err.Error(), "unexpected end of JSON input") {
|
if err != nil && strings.Contains(err.Error(), "unexpected end of JSON input") {
|
||||||
log.Debugf("error: %s", err.Error())
|
log.Debugf("error: %s", err.Error())
|
||||||
err = fmt.Errorf("room not ready")
|
err = fmt.Errorf("room (secure channel) not ready, maybe peer disconnected")
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue