- 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. |
||
|---|---|---|
| .. | ||
| TestHelpers | ||
| Kestrel.Transport.Libuv.Tests.csproj | ||
| LibuvConnectionTests.cs | ||
| LibuvOutputConsumerTests.cs | ||
| LibuvTransportFactoryTests.cs | ||
| LibuvTransportOptionsTests.cs | ||
| LibuvTransportTests.cs | ||
| ListenerPrimaryTests.cs | ||
| MultipleLoopTests.cs | ||
| NetworkingTests.cs | ||
| UvStreamHandleTests.cs | ||
| UvTimerHandleTests.cs | ||