More debug

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-11-27 00:00:51 +08:00
parent 3f6d941eba
commit 6e58dab2b8
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ static void uh_connection_destroy(struct uh_connection *con)
list_del(&con->list);
uh_ssl_free(con);
uh_log_debug("destroy connection(%p)", con);
free(con);
}
}