33 int fd = (this->fds)[i].fd;
34 Stream st = (this->
conns[fd]).stream;
36 delete((this->
conns)[fd].sock);
37 delete((this->
conns)[fd].worker);
40 SSL_shutdown((st->handle).ssl);
41 SSL_free((st->handle).ssl);
42 (st->handle).ssl = NULL;
47 memset(&(this->fds[i]), 0,
sizeof(
struct pollfd));
void serverCloseConn(Server this, unsigned int i)