Remove no longer implemented WebSocket feature from collection

This commit is contained in:
Stephen Halter 2017-01-09 16:54:20 -08:00
parent 691c69f1d2
commit 7c84269bc3
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ namespace Microsoft.AspNetCore.Server.HttpSys
{ typeof(IHttpBufferingFeature), _identityFunc },
{ typeof(IHttpRequestLifetimeFeature), _identityFunc },
{ typeof(IHttpUpgradeFeature), _identityFunc },
{ typeof(IHttpWebSocketFeature), _identityFunc },
{ typeof(IHttpAuthenticationFeature), _identityFunc },
{ typeof(IHttpRequestIdentifierFeature), _identityFunc },
{ typeof(RequestContext), ctx => ctx.RequestContext },