aspnetcore/test/Microsoft.AspNetCore.Server.../TestHelpers
Stephen Halter 39bd49ea1a Avoid blocking the MockLibuv loop with test code
- This allows for a graceful shutdown with dotnet test -Parallel None
- By default, the xunit synccontext will dispatch automatically off
  the KestrelThread, but it's best not to rely on this behavior.
2016-09-12 11:06:29 -07:00
..
MockConnection.cs Make Kestrel's response buffer limit configurable 2016-08-30 16:01:42 -07:00
MockFrameControl.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
MockLibuv.cs Avoid blocking the MockLibuv loop with test code 2016-09-12 11:06:29 -07:00
MockSocket.cs
MockSocketOuptut.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
PassThroughConnectionFilter.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
SocketInputExtensions.cs
SynchronousThreadPool.cs