aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler a749939be4 Clean up libuv connection (#1726)
* Clean up libuv connection
- Cancel all pending flushes on the input writer before
disposing the stream handle.
- Complete the pipe before disposing the socket
- Added logging for connection pause/resume.
- Added test
2017-04-21 13:13:05 -07:00
..
TestHelpers Clean up libuv connection (#1726) 2017-04-21 13:13:05 -07:00
ConnectionTests.cs Clean up libuv connection (#1726) 2017-04-21 13:13:05 -07:00
LibuvOutputConsumerTests.cs Fixed broken tests that leak UvWriteReq 2017-04-19 17:50:43 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs
ListenerPrimaryTests.cs Make all UvRequest objects normal GC handles (#1698) 2017-04-19 15:16:11 -07:00
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests.csproj Reject HTTP/1.1 requests that do not have a correct Host header 2017-04-14 15:48:21 -07:00
MultipleLoopTests.cs Make all UvRequest objects normal GC handles (#1698) 2017-04-19 15:16:11 -07:00
NetworkingTests.cs Make all UvRequest objects normal GC handles (#1698) 2017-04-19 15:16:11 -07:00
UvStreamHandleTests.cs
UvTimerHandleTests.cs
xunit.runner.json