aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler c8b6a2be56 More FrameConnection refactoring (#1820)
* More FrameConnection refactoring
- This change reverts the change to complete the writer with an
exception on abort because of the number of first chance exceptions
that get thrown.
- This change also moves connection logging into FrameConnection instead
of being split between the ConnectionHandler and FrameConnection.
- Fixed issues with LibuvOutputConsumerTests that leak WriteReq since
cancelled writes no longer end the connection.
2017-05-09 17:40:25 -07:00
..
TestHelpers Prepare for OnReader/WriterCallbacks changes (#1791) 2017-04-29 00:41:48 -07:00
ConnectionTests.cs
LibuvOutputConsumerTests.cs More FrameConnection refactoring (#1820) 2017-05-09 17:40:25 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs
ListenerPrimaryTests.cs Add wait in ListenerPrimaryTests to avoid race condition with List.Add 2017-04-26 11:03:28 -07:00
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests.csproj netcoreapp2.0 (#1810) 2017-05-05 14:31:34 -07:00
MultipleLoopTests.cs
NetworkingTests.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs
xunit.runner.json