xfstart07 opened a new issue #1661:
URL: https://github.com/apache/dubbo-go/issues/1661


   
   **What happened**:
   
   ```go
   res, err := common.NewURL(rc.Address,
                common.WithParams(urlMap),
                common.WithUsername(rc.Username),
                common.WithPassword(rc.Password),
                common.WithLocation(rc.Address),
                common.WithProtocol(c.Protocol),
        )
        if err != nil || len(res.Protocol) == 0 {
                return nil, perrors.New("Invalid MetadataReportConfig.")
        }
   ```
   
   判断把 err 吞了
   
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   3.0 和 1.5 都存在
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to