React to Kestrel changes (#1969)

This commit is contained in:
David Fowler 2018-04-11 20:29:17 -07:00 committed by GitHub
parent 08f9990c39
commit 3c8c8ea8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ namespace Microsoft.AspNetCore.Http.Connections
IConnectionIdFeature,
IConnectionItemsFeature,
IConnectionTransportFeature,
IApplicationTransportFeature,
IConnectionUserFeature,
IConnectionHeartbeatFeature,
ITransferFormatFeature,
@ -60,7 +59,6 @@ namespace Microsoft.AspNetCore.Http.Connections
Features.Set<IConnectionItemsFeature>(this);
Features.Set<IConnectionIdFeature>(this);
Features.Set<IConnectionTransportFeature>(this);
Features.Set<IApplicationTransportFeature>(this);
Features.Set<IConnectionHeartbeatFeature>(this);
Features.Set<ITransferFormatFeature>(this);
Features.Set<IHttpContextFeature>(this);