aspnetcore/test/shared
Stephen Halter e5a1101239
Improve exception handling in SocketConnection (#2844)
- Avoid race where a connection reset observed by both DoSend() and DoReceive()
  resulted in a ConnectionAbortedException being thrown from the input Pipe
  instead of a ConnectionResetException.
2018-08-23 16:59:02 -07:00
..
TestCertificates
TransportTestHelpers Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
CompositeKestrelTrace.cs Add Http2 frame logging 2018-08-08 09:46:42 -07:00
DiagnosticMemoryPoolFactory.cs Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
DisposableStack.cs
DummyApplication.cs
EventRaisingResourceCounter.cs
HttpParsingData.cs
KestrelTestLoggerProvider.cs
LifetimeNotImplemented.cs
MockLogger.cs
MockSystemClock.cs
PassThroughConnectionAdapter.cs
StreamBackedTestConnection.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
StringExtensions.cs
TaskTimeoutExtensions.cs
TestApp.cs
TestApplicationErrorLogger.cs Improve exception handling in SocketConnection (#2844) 2018-08-23 16:59:02 -07:00
TestApplicationErrorLoggerLoggedTest.cs Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
TestConnection.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
TestConstants.cs
TestHttp1Connection.cs
TestKestrelTrace.cs
TestResources.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
TestServiceContext.cs General connection management (#2834) 2018-08-22 20:35:28 -07:00