merge sandia #2

Merged
emilyd merged 3 commits from sandia into main 2023-07-21 06:00:50 +00:00
Showing only changes of commit b70cd34215 - Show all commits

View File

@ -80,7 +80,7 @@ int main(int argc, char **argv) {
sandia req = sandia_create("libreshop.donut.eu.org", 80);
sandia_response res = sandia_get_request(&req, "/");
printf("\n%s\n", res.body);
sandia_close(&res);
sandia_close(&req);
} else {
logprint(0, "Network configuration failed :(\n");
}