Review comments

This commit is contained in:
Claus Vium 2019-03-04 19:55:59 +01:00
parent 6cc1bd544a
commit 557c4d065d
3 changed files with 188 additions and 198 deletions

View File

@ -71,11 +71,7 @@ namespace Emby.Server.Implementations.SocketSharp
public Stream OutputStream => _response.Body;
public bool IsClosed
{
get;
set;
}
public bool IsClosed { get; set; }
public bool SendChunked { get; set; }

View File

@ -16,12 +16,6 @@
<Compile Include="..\SharedVersion.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.AspNetCore.Http.Extensions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<HintPath>..\..\..\..\..\usr\local\share\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.http.extensions\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Extensions.dll</HintPath>
</Reference>
</ItemGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>