aspnetcore/test/shared
David Fowler c3ad007b0d Fixed regression caused by transport refactoring (#1573)
* Fixed regression caused by transport refactoring
- Libuv should not close the socket until it has started it. Before this was enforced
by calling ReadStart before starting the frame but the flow has changed. Now that closing the connection
is communicated via the pipe, we need to start consuming writes after calling ReadStart.
- Renamed OnSocketClosed to Close and moved dispose and logging into that method.

Fixes #1571
2017-03-30 09:33:28 -07:00
..
TestResources
DummyApplication.cs
HttpClientSlim.cs
HttpParsingData.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
KestrelTestLoggerFactory.cs
LifetimeNotImplemented.cs
MockConnection.cs Fixed regression caused by transport refactoring (#1573) 2017-03-30 09:33:28 -07:00
MockSocketOutput.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
MockSystemClock.cs
PassThroughConnectionAdapter.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
StringExtensions.cs
TestApp.cs
TestApplicationErrorLogger.cs
TestConnection.cs
TestFrame.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
TestKestrelTrace.cs
TestResources.cs
TestServer.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
TestServiceContext.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00