MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / tlsEventHandler

Function tlsEventHandler

src/tls.cpp:976–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974}
975
976static void tlsEventHandler(struct aeEventLoop *el, int fd, void *clientData, int mask) {
977 UNUSED(el);
978 UNUSED(fd);
979 tls_connection *conn = (tls_connection*)clientData;
980 tlsHandleEvent(conn, mask);
981}
982
983static void connTLSCloseCore(tls_connection *conn) {
984 serverAssert(conn->el == serverTL->el);

Callers

nothing calls this directly

Calls 1

tlsHandleEventFunction · 0.85

Tested by

no test coverage detected