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 7d6f505 commit cb63be5Copy full SHA for cb63be5
client/src/main/java/org/asynchttpclient/netty/handler/HttpHandler.java
@@ -52,7 +52,7 @@ private boolean abortAfterHandlingStatus(//
52
53
private boolean abortAfterHandlingHeaders(//
54
AsyncHandler<?> handler,//
55
- HttpResponseHeaders responseHeaders) throws IOException, Exception {
+ HttpResponseHeaders responseHeaders) throws Exception {
56
return !responseHeaders.getHeaders().isEmpty() && handler.onHeadersReceived(responseHeaders) == State.ABORT;
57
}
58
0 commit comments