diff --git a/src/Microsoft.AspNetCore.Http.Connections/HttpConnectionContext.cs b/src/Microsoft.AspNetCore.Http.Connections/HttpConnectionContext.cs index 66ebd32e60..b90e3623c0 100644 --- a/src/Microsoft.AspNetCore.Http.Connections/HttpConnectionContext.cs +++ b/src/Microsoft.AspNetCore.Http.Connections/HttpConnectionContext.cs @@ -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(this); Features.Set(this); Features.Set(this); - Features.Set(this); Features.Set(this); Features.Set(this); Features.Set(this);