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 148b024 commit 6954075Copy full SHA for 6954075
src/com/loopj/android/http/AsyncHttpClient.java
@@ -61,7 +61,6 @@
61
import org.apache.http.protocol.HttpContext;
62
63
import android.content.Context;
64
-import android.util.Log;
65
66
public class AsyncHttpClient {
67
public static final int DEFAULT_MAX_CONNECTIONS = 10;
src/com/loopj/android/http/RetryHandler.java
@@ -33,7 +33,6 @@
33
34
35
import android.os.SystemClock;
36
37
38
public class RetryHandler implements HttpRequestRetryHandler {
39
private static final int RETRY_SLEEP_TIME_MILLIS = 1500;
0 commit comments