aspnetcore/test/Kestrel.Transport.Libuv.Tests
Stephen Halter fdb4184dbf Sockets transport (#2100)
* Make Sockets the default transport
* Create separate Libuv and Sockets functional test projects
* Fix functional tests that fail with Sockets
* Moved OneToTenThreads test to Kestrel.Transport.Libuv.Tests
* Fix systemd activation tests to use libuv transport
* Dispose Sockets PipeFactory
* Improve Socket's server-side abort handling
* Add explicit rebinding test
2017-10-11 15:14:35 -07:00
..
TestHelpers Remove the events on ConnectionContext (#2023) 2017-08-26 20:19:55 -07:00
Kestrel.Transport.Libuv.Tests.csproj Use PackageLineup 2017-08-16 14:10:43 -07:00
LibuvConnectionTests.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
LibuvOutputConsumerTests.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs Sockets transport (#2100) 2017-10-11 15:14:35 -07:00
ListenerPrimaryTests.cs Configure enabled protocols per endpoint and add HTTP/2 w/ prior knowledge support (#2067). 2017-09-27 10:14:39 -07:00
MultipleLoopTests.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
NetworkingTests.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
UvStreamHandleTests.cs
UvTimerHandleTests.cs