Skip to content

Commit a93e624

Browse files
committed
Don't re-throw exception in onThrowable
1 parent 08aded1 commit a93e624

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/test/java/org/asynchttpclient/AbstractBasicTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public Response onCompleted(Response response) throws Exception {
8080
@Override
8181
public void onThrowable(Throwable t) {
8282
t.printStackTrace();
83-
fail("Unexpected exception: " + t.getMessage(), t);
8483
}
8584
}
8685

0 commit comments

Comments
 (0)