aspnetcore/test/Kestrel.Transport.Libuv.Tests
David Fowler 7854c0604a Remove the events on ConnectionContext (#2023)
- Use the pipe events and removed the Tasks from ConnectionContext
- Remove OnConnectionClosed from FrameConnection. Since the `FrameConnetion` is a single middleware, not the entire pipeline, we shouldn't need to wait on the connection close there.
- It seems like the callbacks are rooted on the pipe even after they fire. This needs to be investigated in pipelines.
2017-08-26 20:19:55 -07:00
..
TestHelpers Remove the events on ConnectionContext (#2023) 2017-08-26 20:19:55 -07:00
Kestrel.Transport.Libuv.Tests.csproj
LibuvConnectionTests.cs
LibuvOutputConsumerTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
ListenerPrimaryTests.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
MultipleLoopTests.cs
NetworkingTests.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs