Skip to content

Commit

Permalink
Fixed bug 60110. (#60121)
Browse files Browse the repository at this point in the history
Co-authored-by: Adit Sheth <[email protected]>
  • Loading branch information
2 people authored and captainsafia committed Feb 11, 2025
1 parent 9848015 commit 40d0439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Servers/Kestrel/test/FunctionalTests/ResponseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ await connection.Send(
}

[Theory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60110")]
[MemberData(nameof(ConnectionMiddlewareData))]
public async Task AppCanHandleClientAbortingConnectionMidResponse(ListenOptions listenOptions)
{
Expand Down

0 comments on commit 40d0439

Please sign in to comment.