add new unit test, fix minor bugs

This commit is contained in:
ading2210 2024-03-20 02:34:40 -04:00
parent f8e55ea307
commit 1730e6d964
7 changed files with 30 additions and 2 deletions

View file

@ -49,4 +49,5 @@ void session_remove_request(struct SessionInfo *session, CURL* http_handle) {
void session_cleanup(struct SessionInfo *session) {
curl_multi_cleanup(session->multi_handle);
free(session);
}