We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50d1d0 commit d0554eaCopy full SHA for d0554ea
src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelConnectionOfT.cs
@@ -46,7 +46,7 @@ internal async Task ExecuteAsync()
46
if (metricsConnectionDurationEnabled)
47
{
48
metricsTagsFeature = new ConnectionMetricsTagsFeature();
49
- connectionContext.Features.Set(metricsTagsFeature);
+ connectionContext.Features.Set<IConnectionMetricsTagsFeature>(metricsTagsFeature);
50
51
startTimestamp = Stopwatch.GetTimestamp();
52
}
0 commit comments