From 7c84269bc32c615495252550ffeb3b916d43fb51 Mon Sep 17 00:00:00 2001 From: Stephen Halter Date: Mon, 9 Jan 2017 16:54:20 -0800 Subject: [PATCH] Remove no longer implemented WebSocket feature from collection --- .../StandardFeatureCollection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Server.HttpSys/StandardFeatureCollection.cs b/src/Microsoft.AspNetCore.Server.HttpSys/StandardFeatureCollection.cs index 0be7301b68..8af2ddb7ba 100644 --- a/src/Microsoft.AspNetCore.Server.HttpSys/StandardFeatureCollection.cs +++ b/src/Microsoft.AspNetCore.Server.HttpSys/StandardFeatureCollection.cs @@ -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 },