Commit 92eda480 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d98ab6ab
......@@ -169,6 +169,7 @@ func (zl *zLink) serveRecv1(pkb *pktBuf) error {
if f == nil {
// XXX reply "unknown method" if reply is possible
// XXX return error if reply is not possible
// XXX (ZEO/py always disconnects on error)
return fmt.Errorf(".%d: unknown method=%q", m.msgid, m.method)
}
......
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