ht_init
ht_init();
ht_init(&newconn->lc_files, 100);
ht_init(&newconn->lc_requests, 100);
void ht_init(struct ht *h, ssize_t size);