2 writes to _enhanceYourCalmCount
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
1314
if (IsEnhanceYourCalmLimitEnabled && Interlocked.Increment(ref
_enhanceYourCalmCount
) > EnhanceYourCalmTickWindowCount * EnhanceYourCalmMaximumCount)
1403
Interlocked.Exchange(ref
_enhanceYourCalmCount
, 0);