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

Quarantine ServerAcceptsRequestWithheaderTotalSizeWithinLimit (#21191)

上级 f1dcc592
No related branches found
No related tags found
无相关合并请求
...@@ -23,6 +23,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests ...@@ -23,6 +23,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
[InlineData(5, 0)] [InlineData(5, 0)]
[InlineData(5, 1)] [InlineData(5, 1)]
[InlineData(5, 1337)] [InlineData(5, 1337)]
[QuarantinedTest]
public async Task ServerAcceptsRequestWithHeaderTotalSizeWithinLimit(int headerCount, int extraLimit) public async Task ServerAcceptsRequestWithHeaderTotalSizeWithinLimit(int headerCount, int extraLimit)
{ {
var headers = MakeHeaders(headerCount); var headers = MakeHeaders(headerCount);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册