Fix engine test.

This commit is contained in:
Cesar Blum Silveira 2016-05-19 12:15:35 -07:00
parent 59aef9a443
commit 86567e1d93
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
"Content-Length: 1",
"",
"");
await connection.ReceiveEnd();
await connection.ReceiveForcedEnd();
}
}
}