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
shethaadit and Adit Sheth authored Jan 31, 2025
1 parent ad17323 commit d17487d
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 d17487d

Please sign in to comment.