aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler b9518e3684 Invert the dependency between connection adapters and Frame (#1822)
* Invert the dependency between connection adapters and Frame
- Removed PrepareRequest from IAdaptedConnection and instead added
a feature collection to the ConnectionAdapterContext. This allows features to be set
once by the adapter instead of per request. It's the Frame's job to copy features
from the connection level feature collection into the per request feature collection.
- Set the scheme to "https" based on the presence of ITlsConnectionFeature.
- Always set ITlsConnection feature if the HttpsAdaptedConnection doesn't throw during
the handshake
2017-05-10 15:29:43 -07:00
..
Properties
SystemdActivation
TestHelpers
AddressRegistrationTests.cs
BadHttpRequestTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs Invert the dependency between connection adapters and Frame (#1822) 2017-05-10 15:29:43 -07:00
DefaultHeaderTests.cs
EventSourceTests.cs
FrameConnectionManagerTests.cs
GeneratedCodeTests.cs Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 14:35:41 -07:00
HttpClientSlimTests.cs
HttpsConnectionAdapterTests.cs Invert the dependency between connection adapters and Frame (#1822) 2017-05-10 15:29:43 -07:00
HttpsTests.cs Simplify connection lifetime control flow (#1776) 2017-05-05 16:11:01 -07:00
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs
LoggingConnectionAdapterTests.cs
MaxRequestBufferSizeTests.cs
MaxRequestLineSizeTests.cs
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj
RequestHeaderLimitsTests.cs
RequestHeadersTimeoutTests.cs
RequestTargetProcessingTests.cs
RequestTests.cs Refactoring and of FrameConnection and Frame (#1816) 2017-05-08 20:44:13 -07:00
ResponseTests.cs Simplify connection lifetime control flow (#1776) 2017-05-05 16:11:01 -07:00
TestServer.cs Refactoring and of FrameConnection and Frame (#1816) 2017-05-08 20:44:13 -07:00
ThreadCountTests.cs
UpgradeTests.cs
xunit.runner.json