#162 Remove an extra websocket reference.
This commit is contained in:
Родитель
de8c74bb89
Коммит
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 },
|
||||
|
|
Загрузка…
Ссылка в новой задаче