Commit 37ce0f83 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 92eda480
......@@ -132,6 +132,8 @@ func (zl *zLink) serveRecv() {
// XXX -> shutdown zlink on error.
if err != nil {
log.Printf("%s: rx: %s", zl.link.RemoteAddr(), err)
zl.shutdown(err)
return
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment