3 instantiations of TlsException
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
ConnectionIoState.cs (3)
131
throw new
TlsException
($"Failed to update epoll interest for fd={Fd}");
147
: throw new
TlsException
($"TLS read failed: {status}");
158
: throw new
TlsException
($"TLS write failed: {status}");