From 31cc1e5018b0469e3c97bfc374ec34c97958edd6 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 16 Apr 2017 09:25:28 -0700 Subject: [PATCH] Fix extra space --- .../Internal/FrameConnection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Server.Kestrel.Core/Internal/FrameConnection.cs b/src/Microsoft.AspNetCore.Server.Kestrel.Core/Internal/FrameConnection.cs index 50b2aebae7..eccf03bc94 100644 --- a/src/Microsoft.AspNetCore.Server.Kestrel.Core/Internal/FrameConnection.cs +++ b/src/Microsoft.AspNetCore.Server.Kestrel.Core/Internal/FrameConnection.cs @@ -216,7 +216,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Internal } public void ResetTimeout(long ticks, TimeoutAction timeoutAction) - { AssignTimeout(ticks, timeoutAction); }