Skip to content

Commit cb63be5

Browse files
committed
minor clean up
1 parent 7d6f505 commit cb63be5

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
@@ -52,7 +52,7 @@ private boolean abortAfterHandlingStatus(//
5252

5353
private boolean abortAfterHandlingHeaders(//
5454
AsyncHandler<?> handler,//
55-
HttpResponseHeaders responseHeaders) throws IOException, Exception {
55+
HttpResponseHeaders responseHeaders) throws Exception {
5656
return !responseHeaders.getHeaders().isEmpty() && handler.onHeadersReceived(responseHeaders) == State.ABORT;
5757
}
5858

0 commit comments

Comments
 (0)