Remove no longer implemented WebSocket feature from collection
This commit is contained in:
parent
691c69f1d2
commit
7c84269bc3
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue