Fix flakiness in RejectsRequestWithContentLengthAndUpgrade (#1742).
This commit is contained in:
parent
1e8702f8bb
commit
b0dc76a6ae
|
|
@ -163,7 +163,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
"Content-Length: 1",
|
"Content-Length: 1",
|
||||||
"Connection: Upgrade",
|
"Connection: Upgrade",
|
||||||
"",
|
"",
|
||||||
"1");
|
"");
|
||||||
|
|
||||||
await connection.ReceiveForcedEnd(
|
await connection.ReceiveForcedEnd(
|
||||||
"HTTP/1.1 400 Bad Request",
|
"HTTP/1.1 400 Bad Request",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue