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