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 8e25511 commit f1df455Copy full SHA for f1df455
client/src/main/java/org/asynchttpclient/handler/resumable/ResumableAsyncHandler.java
@@ -47,7 +47,7 @@
47
* Beware that it registers a shutdown hook, that will cause a ClassLoader leak when used in an appserver and only redeploying the application.
48
*/
49
public class ResumableAsyncHandler implements AsyncHandler<Response> {
50
- private static final Logger logger = LoggerFactory.getLogger(TransferCompletionHandler.class);
+ private static final Logger logger = LoggerFactory.getLogger(ResumableAsyncHandler.class);
51
private static final ResumableIndexThread resumeIndexThread = new ResumableIndexThread();
52
private static Map<String, Long> resumableIndex = Collections.emptyMap();
53
0 commit comments