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 Log rejected request targets. 2017-03-12 18:37:08 -07:00
TestApp.cs
…
TestApplicationErrorLogger.cs
…
TestConnection.cs Use pipelines for SocketOutput 2017-03-18 00:26:00 -07:00
TestFrame.cs
…
TestKestrelTrace.cs
…
TestResources.cs Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
TestServer.cs Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: 2017-03-14 16:59:11 -07:00
TestServiceContext.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00