Skip to content

Commit 6b9403d

Browse files
committed
fix(proxy): remove no proxy
1 parent 90780ac commit 6b9403d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

volcengine-java-sdk-core/src/main/java/com/volcengine/ApiClient.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,10 +664,6 @@ public List<Proxy> select(URI uri) {
664664
addProxy(proxies, httpsProxy, "HTTPS_PROXY");
665665
}
666666

667-
if(proxies.isEmpty()){
668-
proxies.add(Proxy.NO_PROXY);
669-
}
670-
671667
return proxies;
672668
}
673669

0 commit comments

Comments
 (0)