Lines Matching defs:handler
69 auto handler = static_cast<ClientHandler *>(conn->data);
72 CLOG(INFO, handler) << "Time out";
75 delete handler;
81 auto handler = static_cast<ClientHandler *>(w->data);
84 CLOG(INFO, handler) << "Close connection due to TLS renegotiation";
87 delete handler;
94 auto handler = static_cast<ClientHandler *>(conn->data);
96 if (handler->do_read() != 0) {
97 delete handler;
106 auto handler = static_cast<ClientHandler *>(conn->data);
108 if (handler->do_write() != 0) {
109 delete handler;