ing
This commit is contained in:
@@ -135,8 +135,7 @@ func (s *ScannerServlets) Handle(servletCtx server.ServletCtx,
|
||||
}
|
||||
|
||||
if !s.RPCInvoker.HasMethod(src.Method()) {
|
||||
olog.Logger().Error(err.Error())
|
||||
s.writeError(src, writeChan, orp.E_NO_METHOD, "", err)
|
||||
s.writeError(src, writeChan, orp.E_NO_METHOD, "", fmt.Errorf("%s is not exist", src.Method()))
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user