Skip to content

Commit

Permalink
Opps
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jun 5, 2020
1 parent d548928 commit 3ff94fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ private void AbortStream(int streamId, IOException error)

void IRequestProcessor.Tick(DateTimeOffset now)
{
_keepAlive.Tick(now);
_keepAlive?.Tick(now);
Input.CancelPendingRead();
}

Expand Down

0 comments on commit 3ff94fe

Please sign in to comment.