aspnetcore/test/Kestrel.Transport.Libuv.Tests
David Fowler 2e6687031d Added initial connection middleware pipeline (#2003)
* Added initial connection middleware pipeline
- Implemented IConnectionBuilder on ListenOptions. Kept IConnectionAdapter for now.
- Delay the configure callback for ListenOptions until the server has started.
- Added ConnectionLimitMiddleware and HttpConnectionMiddleware
- Expose ConnectionAborted and ConnectionClosed on ConnectionContext and
IConnectionTransportFeature
- Updated the tests
- Removed IConnectionApplicationFeature
- Moved Application to IConnectionTransportFeature
2017-08-21 12:11:27 -07:00
..
TestHelpers Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -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 Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
LibuvTransportFactoryTests.cs Shorten folder names 2017-07-28 11:11:55 -07:00
LibuvTransportOptionsTests.cs Shorten folder names 2017-07-28 11:11:55 -07:00
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 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 Shorten folder names 2017-07-28 11:11:55 -07:00
UvTimerHandleTests.cs Shorten folder names 2017-07-28 11:11:55 -07:00