aspnetcore/test/Microsoft.AspNetCore.Server...
Stephen Halter 54caf3071c Close connections as quickly and gracefully as possible on shutdown
- Make the time given for requests to complete gracefully configurable.
- Complete all async reads so calling code can re-check whether to stop
  request processing and exit if in between requests.
- Don't wait for a FIN from the client since some browsers (e.g. IE & Chrome)
  will take a long time to send one.
- Ensure all ConnectionFilters complete before the memory pool is disposed.
- Ensure blocks get returned even when a ConnectionFilter produces a failed read
2016-02-17 16:05:23 -08:00
..
TestHelpers
TestResources
AsciiDecoder.cs
ChunkWriterTests.cs
ChunkedResponseTests.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
ConnectionFilterTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
DummyApplication.cs
EngineTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
FrameFacts.cs
FrameRequestHeadersTests.cs
FrameResponseHeadersTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
FrameTests.cs
HttpsConnectionFilterTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
KestrelServerInformationTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
KestrelServerTests.cs
LifetimeNotImplemented.cs
MemoryPoolBlock2Tests.cs
MemoryPoolExtensions.cs
MemoryPoolIterator2Tests.cs
MessageBodyTests.cs
Microsoft.AspNetCore.Server.KestrelTests.xproj
MultipleLoopTests.cs
NetworkingTests.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
PathNormalizerTests.cs
ServerAddressFacts.cs
SocketInputTests.cs
SocketOutputTests.cs
StreamSocketOutputTests.cs
TestConnection.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
TestDateHeaderValueManager.cs
TestInput.cs
TestLogger.cs
TestServer.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
TestServiceContext.cs Close connections as quickly and gracefully as possible on shutdown 2016-02-17 16:05:23 -08:00
UrlPathDecoder.cs
project.json Enable tests to run using dotnet xunit runner 2016-02-09 23:48:09 -08:00