Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

View File

@ -90,7 +90,7 @@ int main(int argc, char **argv) {
printf("%s.\n", localip);
sandia req = sandia_create("libreshop.donut.eu.org", 80);
sandia_response res = sandia_get_request(&req, "/", 1);
sandia_response res = sandia_get_request(&req, "/");
bool lastWasNewline = false;
int resBodyLength = strlen(res.body);
for (int i = 0; i < resBodyLength; i++) {