Permalink
Please sign in to comment.
Showing
with
32 additions
and 18 deletions.
- +8 −0 KestrelHttpServer.sln
- +1 −0 src/Microsoft.AspNetCore.Server.Kestrel/Properties/AssemblyInfo.cs
- +1 −0 test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/ChunkedRequestTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/ChunkedResponseTests.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/ConnectionFilterTests.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/ConnectionTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/DateHeaderValueManagerTests.cs
- +1 −2 test/Microsoft.AspNetCore.Server.KestrelTests/DefaultHeaderTests.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/FrameTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerTests.cs
- +1 −2 test/Microsoft.AspNetCore.Server.KestrelTests/LoggingThreadPoolTests.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/RequestTargetProcessingTests.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/SocketInputTests.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/SocketOutputTests.cs
- +1 −1 test/Microsoft.AspNetCore.Server.KestrelTests/StreamSocketOutputTests.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/PassThroughConnectionFilter.cs
- +1 −0 test/Microsoft.AspNetCore.Server.KestrelTests/TestInput.cs
- +1 −1 test/{Microsoft.AspNetCore.Server.KestrelTests → shared}/DummyApplication.cs
- +1 −1 test/{Microsoft.AspNetCore.Server.KestrelTests → shared}/LifetimeNotImplemented.cs
- +1 −1 test/{Microsoft.AspNetCore.Server.KestrelTests/TestHelpers → shared}/MockSystemClock.cs
- +1 −2 test/{Microsoft.AspNetCore.Server.KestrelTests/TestHelpers → shared}/TestApplicationErrorLogger.cs
- +1 −1 test/{Microsoft.AspNetCore.Server.KestrelTests/TestHelpers → shared}/TestKestrelTrace.cs
- +1 −2 test/{Microsoft.AspNetCore.Server.KestrelTests → shared}/TestServer.cs
- +1 −2 test/{Microsoft.AspNetCore.Server.KestrelTests → shared}/TestServiceContext.cs
8
KestrelHttpServer.sln
1
src/Microsoft.AspNetCore.Server.Kestrel/Properties/AssemblyInfo.cs
1
test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json
1
test/Microsoft.AspNetCore.Server.KestrelTests/ChunkedRequestTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/ChunkedResponseTests.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/ConnectionFilterTests.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/ConnectionTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/DateHeaderValueManagerTests.cs
3
test/Microsoft.AspNetCore.Server.KestrelTests/DefaultHeaderTests.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/FrameTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerTests.cs
3
test/Microsoft.AspNetCore.Server.KestrelTests/LoggingThreadPoolTests.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/RequestTargetProcessingTests.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/SocketInputTests.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/SocketOutputTests.cs
2
test/Microsoft.AspNetCore.Server.KestrelTests/StreamSocketOutputTests.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/TestHelpers/PassThroughConnectionFilter.cs
1
test/Microsoft.AspNetCore.Server.KestrelTests/TestInput.cs
2
...e.Server.KestrelTests/DummyApplication.cs → test/shared/DummyApplication.cs
2
...er.KestrelTests/LifetimeNotImplemented.cs → test/shared/LifetimeNotImplemented.cs
2
...strelTests/TestHelpers/MockSystemClock.cs → test/shared/MockSystemClock.cs
3
...TestHelpers/TestApplicationErrorLogger.cs → test/shared/TestApplicationErrorLogger.cs
2
...trelTests/TestHelpers/TestKestrelTrace.cs → test/shared/TestKestrelTrace.cs
3
...NetCore.Server.KestrelTests/TestServer.cs → test/shared/TestServer.cs
3
...Server.KestrelTests/TestServiceContext.cs → test/shared/TestServiceContext.cs
0 comments on commit
19f8958