3 references to OnError
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsEventPump.cs (3)
567
conn.
OnError
(ex);
580
conn.
OnError
(new IOException("Connection error or hangup (EPOLLERR/EPOLLHUP)"));
591
conn.
OnError
(new IOException("Peer closed connection"));