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

Commit

Permalink
Kestrel is part of aspnetcore
Browse files Browse the repository at this point in the history
  • Loading branch information
honfika committed Dec 10, 2019
1 parent f5ae881 commit 1fe10a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/Titanium.Web.Proxy/Helpers/HttpStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -673,11 +673,6 @@ public async ValueTask<bool> FillBufferAsync(CancellationToken cancellationToken
bufferLength += readBytes;
}
}
catch (ObjectDisposedException)
{
if (!isNetworkStream)
throw;
}
catch
{
if (!isNetworkStream)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
Expand Down

0 comments on commit 1fe10a9

Please sign in to comment.