aspnetcore/test/Microsoft.AspNetCore.Server...
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
..
Properties
…
SystemdActivation
…
AddressRegistrationTests.cs
…
BadHttpRequestTests.cs
…
EventSourceTests.cs Fix race conditions in test event listener 2017-03-15 10:26:09 -07:00
GeneratedCodeTests.cs
…
HttpClientSlimTests.cs
…
HttpsTests.cs
…
IPv6ScopeIdPresentConditionAttribute.cs
…
IPv6SupportedConditionAttribute.cs
…
IWebHostPortExtensions.cs
…
KeepAliveTimeoutTests.cs
…
LoggingConnectionAdapterTests.cs
…
MaxRequestBufferSizeTests.cs
…
MaxRequestLineSizeTests.cs
…
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
RequestHeaderLimitsTests.cs InitializeHeaders only at start of parsing/Fix remaining (#1488) 2017-03-13 15:32:28 -07:00
RequestHeadersTimeoutTests.cs
…
RequestTests.cs Remove splitting of path and path base (#1050). 2017-03-15 09:57:33 -07:00
ResponseTests.cs Use pipelines for SocketOutput 2017-03-18 00:26:00 -07:00
ThreadCountTests.cs
…