aspnetcore/test/Kestrel.Transport.Libuv.Tests
David Fowler 2156030460
Clean up some of protocol abstractions (#2311)
* Clean up some of protocol abstractions
- Renamed PipeConnection to DuplexPipe
- Removed MemoryPool from ConnectionContext
- Work around value tuple issue on net471
2018-02-10 10:39:21 -08:00
..
TestHelpers Clean up some of protocol abstractions (#2311) 2018-02-10 10:39:21 -08:00
Kestrel.Transport.Libuv.Tests.csproj
LibuvConnectionTests.cs Merge release/2.1 2018-01-30 09:39:33 -08:00
LibuvOutputConsumerTests.cs Clean up some of protocol abstractions (#2311) 2018-02-10 10:39:21 -08:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs
ListenerPrimaryTests.cs Fix flakiness in address-in-use test (#2267) 2018-01-24 17:42:49 -08:00
MultipleLoopTests.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
NetworkingTests.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
UvStreamHandleTests.cs
UvTimerHandleTests.cs