Skip to content

Commit def566d

Browse files
committed
nit
1 parent b60a5bf commit def566d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/handler/HttpHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public HttpHandler(AsyncHttpClientConfig config, ChannelManager channelManager,
4545

4646
private boolean abortAfterHandlingStatus(//
4747
AsyncHandler<?> handler,//
48-
NettyResponseStatus status) throws IOException, Exception {
48+
NettyResponseStatus status) throws Exception {
4949
return handler.onStatusReceived(status) == State.ABORT;
5050
}
5151

0 commit comments

Comments
 (0)