Searched refs:CONNCHECK_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance
1222 conn->handler->connection_check(data, conn, CONNCHECK_KEEPALIVE); in conn_upkeep()
843 #define CONNCHECK_KEEPALIVE (1<<1) /* Perform any keepalive function. */ macro
248 if(checks_to_perform & CONNCHECK_KEEPALIVE) { in http2_conncheck()