Fix flakiness in RejectsRequestWithContentLengthAndUpgrade (#1742).

This commit is contained in:
Cesar Blum Silveira 2017-07-11 12:59:29 -07:00 committed by GitHub
parent 1e8702f8bb
commit b0dc76a6ae
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
"Content-Length: 1",
"Connection: Upgrade",
"",
"1");
"");
await connection.ReceiveForcedEnd(
"HTTP/1.1 400 Bad Request",