Merge branch 'release/2.2'

This commit is contained in:
Stephen Halter 2019-04-02 10:45:20 -07:00
commit f8835ab934
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
// When connectionAdapter=true, the MaxRequestBufferSize is set on two pipes, so it's effectively doubled.
//
// To ensure reliability, _dataLength must be greater than the largest "max pause" in any configuration
private const int _dataLength = 40 * 1024 * 1024;
private const int _dataLength = 100 * 1024 * 1024;
private static readonly string[] _requestLines = new[]
{