aspnetcore/test/shared
Pavel Krymets 07cbf7faa9 Use pipelines for SocketOutput
- Changed socket output to be based on pipelines
- Changed connection filter glue to be based on pipelines
- Codegen that used `MemoryPoolIterator` for output now uses `WritableBuffer`
- Made `UvWriteReq` async/await friendly with `LibuvAwaitable<T>`
- Deleted MemoryPool and friends
2017-03-18 00:26:00 -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
MockSocketOutput.cs Use pipelines for SocketOutput 2017-03-18 00:26:00 -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 Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: 2017-03-14 16:59:11 -07:00
TestServiceContext.cs