1 reference to MaxTlsPlaintextFragmentLength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\TlsListener.cs (1)
135
recordLength = (short)Math.Min((ushort)recordLength,
MaxTlsPlaintextFragmentLength
);