tianxiaoliang commented on a change in pull request #116: URL: https://github.com/apache/servicecomb-mesher/pull/116#discussion_r420500507
########## File path: proxy/protocol/dubbo/proxy/dubbo_proxy_ouput.go ########## @@ -207,9 +207,8 @@ func Handle(ctx *dubbo.InvokeContext) error { inv.Reply = &dubboclient.WrapResponse{nil} //&rest.Response{Resp: &ctx.Response} var err error err = SetLocalServiceAddress(inv) //select local service - if err != nil { - openlogging.Error(err.Error()) - return err + if err == nil { + IsProvider = true Review comment: err不为nil必须判断 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org