Skip to content

Commit

Permalink
Cosmetics.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Jan 12, 2024
1 parent fa14d99 commit b19dc8a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,9 @@ public void inwardClose(long error, String reason)
failStreams(stream -> true, error, reason, true, new IOException(reason));

if (goAwayFrame != null)
{
writeControlFrame(goAwayFrame, Callback.from(() -> terminateAndDisconnect(error, reason)));
}
else
{
terminateAndDisconnect(error, reason);
}
}

private void terminateAndDisconnect(long error, String reason)
Expand Down

0 comments on commit b19dc8a

Please sign in to comment.