albinvass commented on code in PR #3761:
URL:
https://github.com/apache/incubator-devlake/pull/3761#discussion_r1027696049
##########
plugins/helper/api_client.go:
##########
@@ -84,10 +84,13 @@ func NewApiClient(
if err != nil {
return nil, errors.Default.New("Failed to resolve Port")
}
- err = utils.CheckNetwork(parsedUrl.Hostname(), port, 10*time.Second)
- if err != nil {
- return nil, errors.Default.Wrap(err, "Failed to connect")
- }
+
+ if proxy != "" {
Review Comment:
That we could do.
--
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]