1 write to _maxHandshakes
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
ConnectionTracker.cs (1)
45
_maxHandshakes
= maxHandshakes ?? 0;
1 reference to _maxHandshakes
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
ConnectionTracker.cs (1)
72
if (Interlocked.Increment(ref _handshakeCount) <=
_maxHandshakes
)