aspnetcore/test
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
..
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
Microsoft.AspNetCore.Server.KestrelTests Close connections as quickly and gracefully as possible on shutdown 2016-02-17 16:05:23 -08:00