1 write to _handshakeLimitEnabled
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
ConnectionTracker.cs (1)
44
_handshakeLimitEnabled
= maxHandshakes is > 0;
2 references to _handshakeLimitEnabled
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
ConnectionTracker.cs (2)
64
if (!
_handshakeLimitEnabled
)
88
if (!
_handshakeLimitEnabled
)