From 86567e1d939e7bc78c478f6f29bce3f5a9e472fa Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Thu, 19 May 2016 12:15:35 -0700 Subject: [PATCH] Fix engine test. --- test/Microsoft.AspNetCore.Server.KestrelTests/EngineTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/EngineTests.cs b/test/Microsoft.AspNetCore.Server.KestrelTests/EngineTests.cs index 270a93d998..413a3c64f2 100644 --- a/test/Microsoft.AspNetCore.Server.KestrelTests/EngineTests.cs +++ b/test/Microsoft.AspNetCore.Server.KestrelTests/EngineTests.cs @@ -1079,7 +1079,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests "Content-Length: 1", "", ""); - await connection.ReceiveEnd(); + await connection.ReceiveForcedEnd(); } } }