Skip to content
代码片段 群组 项目
未验证 提交 f7cb0186 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: GitHub
浏览文件

Merge branch 'release/2.1' => 'release/2.2' (#8895)

- mostly [automated]
No related branches found
No related tags found
无相关合并请求
......@@ -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[]
{
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册