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 Upgrade to RC.3 2017-01-31 16:23:23 -08:00
DummyApplication.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
HttpClientSlim.cs
HttpParsingData.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
KestrelTestLoggerFactory.cs Warn instead of throw when ignoring IServerAddressesFeature 2017-01-19 11:36:19 -08:00
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 Log rejected request targets. 2017-03-12 18:37:08 -07:00
TestApp.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
TestApplicationErrorLogger.cs Better report Kestrel crashing errors 2017-02-07 00:26:00 -08:00
TestConnection.cs Use pipelines for SocketOutput 2017-03-18 00:26:00 -07:00
TestFrame.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
TestKestrelTrace.cs
TestResources.cs Remove net451 as a cross-compile target 2017-03-24 07:44:11 -07:00
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