#162 Remove an extra websocket reference.

This commit is contained in:
Chris R 2015-12-17 09:19:25 -08:00
parent de8c74bb89
commit 2dc31546b6
1 changed files with 2 additions and 0 deletions

View File

@ -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 },