#162 Remove an extra websocket reference.
This commit is contained in:
parent
de8c74bb89
commit
2dc31546b6
|
|
@ -38,7 +38,9 @@ namespace Microsoft.AspNet.Server.WebListener
|
|||
{ typeof(IHttpBufferingFeature), _identityFunc },
|
||||
{ typeof(IHttpRequestLifetimeFeature), _identityFunc },
|
||||
{ typeof(IHttpUpgradeFeature), _identityFunc },
|
||||
#if WEBSOCKETS
|
||||
{ typeof(IHttpWebSocketFeature), _identityFunc },
|
||||
#endif
|
||||
{ typeof(IHttpAuthenticationFeature), _identityFunc },
|
||||
{ typeof(IHttpRequestIdentifierFeature), _identityFunc },
|
||||
{ typeof(RequestContext), ctx => ctx.RequestContext },
|
||||
|
|
|
|||
Loading…
Reference in New Issue