React to Kestrel changes (#1969)
This commit is contained in:
parent
08f9990c39
commit
3c8c8ea8e1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue