React to Kestrel changes (#1969)
This commit is contained in:
parent
08f9990c39
commit
3c8c8ea8e1
|
|
@ -21,7 +21,6 @@ namespace Microsoft.AspNetCore.Http.Connections
|
||||||
IConnectionIdFeature,
|
IConnectionIdFeature,
|
||||||
IConnectionItemsFeature,
|
IConnectionItemsFeature,
|
||||||
IConnectionTransportFeature,
|
IConnectionTransportFeature,
|
||||||
IApplicationTransportFeature,
|
|
||||||
IConnectionUserFeature,
|
IConnectionUserFeature,
|
||||||
IConnectionHeartbeatFeature,
|
IConnectionHeartbeatFeature,
|
||||||
ITransferFormatFeature,
|
ITransferFormatFeature,
|
||||||
|
|
@ -60,7 +59,6 @@ namespace Microsoft.AspNetCore.Http.Connections
|
||||||
Features.Set<IConnectionItemsFeature>(this);
|
Features.Set<IConnectionItemsFeature>(this);
|
||||||
Features.Set<IConnectionIdFeature>(this);
|
Features.Set<IConnectionIdFeature>(this);
|
||||||
Features.Set<IConnectionTransportFeature>(this);
|
Features.Set<IConnectionTransportFeature>(this);
|
||||||
Features.Set<IApplicationTransportFeature>(this);
|
|
||||||
Features.Set<IConnectionHeartbeatFeature>(this);
|
Features.Set<IConnectionHeartbeatFeature>(this);
|
||||||
Features.Set<ITransferFormatFeature>(this);
|
Features.Set<ITransferFormatFeature>(this);
|
||||||
Features.Set<IHttpContextFeature>(this);
|
Features.Set<IHttpContextFeature>(this);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue