Skip to content

Commit

Permalink
Fixes #8558 - Idle timeout occurs on HTTP/2 with InputStreamResponseL…
Browse files Browse the repository at this point in the history
…istener.

Fixed override of reset().

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Sep 15, 2022
1 parent dab4fe6 commit 8d2b182
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,11 @@ public void onFailure(Stream.Client stream, long error, Throwable failure)
{
responseFailure(failure);
}

@Override
protected void reset()
{
super.reset();
notifySuccess = false;
}
}

0 comments on commit 8d2b182

Please sign in to comment.