aspnetcore/test/shared
David Fowler cf576559b6 Fix write after close (#1526)
- Change Alloc to be a Write with a callback that exposes the WritableBuffer.
This allows the ISocketOutput to implementation to not call the callback if
the underlying socket is dead.
- Added a new functional test
2017-03-20 23:58:26 -07:00
..
TestResources
DummyApplication.cs
HttpClientSlim.cs
HttpParsingData.cs Span-based RemoveDotSegments (#1448) 2017-03-17 14:42:13 -07:00
KestrelTestLoggerFactory.cs
LifetimeNotImplemented.cs
MockConnection.cs Use correct config for response buffer limit (#1516) 2017-03-20 15:43:55 -07:00
MockSocketOutput.cs Fix write after close (#1526) 2017-03-20 23:58:26 -07:00
MockSystemClock.cs
PassThroughConnectionAdapter.cs
StringExtensions.cs
TestApp.cs
TestApplicationErrorLogger.cs
TestConnection.cs Use pipelines for SocketOutput 2017-03-18 00:26:00 -07:00
TestFrame.cs
TestKestrelTrace.cs
TestResources.cs
TestServer.cs
TestServiceContext.cs