We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d7901 commit 8b3f924Copy full SHA for 8b3f924
src/main/java/com/qiniu/http/Client.java
@@ -60,7 +60,6 @@ public okhttp3.Response intercept(Chain chain) throws IOException {
60
public List<InetAddress> lookup(String hostname) throws UnknownHostException {
61
InetAddress[] ips;
62
Domain domain = new Domain(hostname, false, Config.dnsHostFirst);
63
- ;
64
try {
65
ips = d.queryInetAddress(domain);
66
} catch (IOException e) {
0 commit comments