Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 1fe10a9

Browse files
committed
Kestrel is part of aspnetcore
1 parent f5ae881 commit 1fe10a9

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/Titanium.Web.Proxy/Helpers/HttpStream.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -673,11 +673,6 @@ public async ValueTask<bool> FillBufferAsync(CancellationToken cancellationToken
673673
bufferLength += readBytes;
674674
}
675675
}
676-
catch (ObjectDisposedException)
677-
{
678-
if (!isNetworkStream)
679-
throw;
680-
}
681676
catch
682677
{
683678
if (!isNetworkStream)

tests/Titanium.Web.Proxy.IntegrationTests/Titanium.Web.Proxy.IntegrationTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
<ItemGroup>
1616
<FrameworkReference Include="Microsoft.AspNetCore.App" />
17-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
18-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" />
1917
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
2018
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
2119
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />

0 commit comments

Comments
 (0)