bring back support for byte ranged requests

This commit is contained in:
LukePulverenti
2013-03-10 23:12:21 -04:00
parent c7d2b3a407
commit e5592bd220
8 changed files with 190 additions and 16 deletions

View File

@@ -109,6 +109,7 @@
<Compile Include="HttpServer\HttpResultFactory.cs" />
<Compile Include="HttpServer\HttpServer.cs" />
<Compile Include="HttpServer\NativeWebSocket.cs" />
<Compile Include="HttpServer\RangeRequestWriter.cs" />
<Compile Include="HttpServer\ServerFactory.cs" />
<Compile Include="HttpServer\StreamWriter.cs" />
<Compile Include="HttpServer\SwaggerService.cs" />