Renamed ChunkedInputStream.cs to ChunkedRequestStream.cs

This commit is contained in:
sta
2014-05-18 14:05:14 +09:00
parent 2a1f706051
commit 4be6ef8494
3 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,6 @@
<Compile Include="Server\WebSocketService.cs" />
<Compile Include="Net\AuthenticationSchemes.cs" />
<Compile Include="Net\ChunkStream.cs" />
<Compile Include="Net\ChunkedInputStream.cs" />
<Compile Include="Net\Cookie.cs" />
<Compile Include="Net\CookieCollection.cs" />
<Compile Include="Net\CookieException.cs" />
@@ -134,6 +133,7 @@
<Compile Include="Net\ReadBufferState.cs" />
<Compile Include="Net\Chunk.cs" />
<Compile Include="Net\InputChunkState.cs" />
<Compile Include="Net\ChunkedRequestStream.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>