MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tlsEventHandler

Function tlsEventHandler

app/redis-6.2.6/src/tls.c:674–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674static void tlsEventHandler(struct aeEventLoop *el, int fd, void *clientData, int mask) {
675 UNUSED(el);
676 UNUSED(fd);
677 tls_connection *conn = clientData;
678 tlsHandleEvent(conn, mask);
679}
680
681static void connTLSClose(connection *conn_) {
682 tls_connection *conn = (tls_connection *) conn_;

Callers

nothing calls this directly

Calls 1

tlsHandleEventFunction · 0.85

Tested by

no test coverage detected