Skip to content

Commit

Permalink
fixup from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Kizer committed Jul 13, 2021
1 parent 65e8e7f commit e5af1b7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,9 @@ private void ProcessGoAwayFrame(FrameHeader frameHeader)
Debug.Assert(lastStreamId >= 0);
Exception resetException = new Http2ConnectionException(errorCode);

// There is no point sending more PING frames for RTT estimation:
_rttEstimator.OnGoAwayReceived();

List<Http2Stream> streamsToAbort = new List<Http2Stream>();
lock (SyncObject)
{
Expand Down

0 comments on commit e5af1b7

Please sign in to comment.