Skip to content

Commit 01524cc

Browse files
committed
Override for real.
1 parent aff740c commit 01524cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/ning/http/client/providers/grizzly/GrizzlyAsyncHttpProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,9 +1081,9 @@ protected void onInitialLineParsed(HttpHeader httpHeader,
10811081
}
10821082

10831083
@Override
1084-
protected void onHttpError(final HttpHeader httpHeader,
1085-
final FilterChainContext ctx,
1086-
final Throwable t) throws IOException {
1084+
protected void onHttpHeaderError(final HttpHeader httpHeader,
1085+
final FilterChainContext ctx,
1086+
final Throwable t) throws IOException {
10871087
t.printStackTrace();
10881088
httpHeader.setSkipRemainder(true);
10891089
final HttpTransactionContext context =

0 commit comments

Comments
 (0)