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 7f3ea99 commit 8576b68Copy full SHA for 8576b68
library/src/main/java/com/qiniu/android/http/Client.java
@@ -78,7 +78,7 @@ public com.squareup.okhttp.Response intercept(Chain chain) throws IOException {
78
79
com.squareup.okhttp.Response response = chain.proceed(request);
80
IpTag tag = (IpTag) request.tag();
81
- String ip = null;
+ String ip = "";
82
try {
83
ip = chain.connection().getSocket().getRemoteSocketAddress().toString();
84
}catch (Exception e){
0 commit comments