CAICAIIs commented on code in PR #3086:
URL: https://github.com/apache/dubbo-go/pull/3086#discussion_r2554641124


##########
protocol/triple/client.go:
##########
@@ -431,3 +426,121 @@ func (dt *dualTransport) RoundTrip(req *http.Request) 
(*http.Response, error) {
 
        return resp, nil
 }
+
+var (
+       ErrPoolClosed = errors.New("tri client pool is closed")

Review Comment:
   I think this can be named ErrTriPoolClosed.



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