1 write to _id
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
146
_id
= id;
5 references to _id
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (5)
TlsEventPump.cs (5)
218
_logger.LogDebug("Pump {Id}: Added listen socket fd={Fd} with EPOLLEXCLUSIVE",
_id
, listenFd);
373
_logger.LogDebug("Pump {Id}: epoll_wait interrupted by a signal (EINTR); retrying.",
_id
);
383
_onFatalError.Invoke(new InvalidOperationException($"The DirectTls event pump {
_id
} failed: epoll_wait returned errno={errno}."));
429
_logger.LogError(ex, "Pump {Id} encountered an exception in PumpLoop",
_id
);
1242
_logger.LogWarning("Pump {Id} thread did not exit (a TLS certificate, validation, or ClientHello callback may be blocking); deferring resource release to avoid a use-after-free.",
_id
);