aspnetcore/test
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
..
Microsoft.AspNetCore.Server.Kestrel.Core.Tests More FrameConnection refactoring (#1820) 2017-05-09 17:40:25 -07:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Invert the dependency between connection adapters and Frame (#1822) 2017-05-10 15:29:43 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance More FrameConnection refactoring (#1820) 2017-05-09 17:40:25 -07:00
Microsoft.AspNetCore.Server.Kestrel.Tests netcoreapp2.0 (#1810) 2017-05-05 14:31:34 -07:00
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests More FrameConnection refactoring (#1820) 2017-05-09 17:40:25 -07:00
shared Invert the dependency between connection adapters and Frame (#1822) 2017-05-10 15:29:43 -07:00