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 Use pass through connection adapter instead of ssl for max buffer size tests (#1391) 2017-02-23 08:04:43 -08:00
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