Don't overwhelm server with data in KeepAliveTimeoutTests.ConnectionNotTimedOutWhileRequestBeingSent().
This commit is contained in:
parent
c4762cdfd5
commit
20e02e8fd6
|
|
@ -100,6 +100,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
"1",
|
"1",
|
||||||
"a",
|
"a",
|
||||||
"");
|
"");
|
||||||
|
await Task.Delay(ShortDelay);
|
||||||
}
|
}
|
||||||
|
|
||||||
await connection.Send(
|
await connection.Send(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue