refactoring of tcp

This commit is contained in:
cozis
2023-08-31 13:29:56 +02:00
parent 3489f62140
commit 5f3f7dc66d
12 changed files with 510 additions and 254 deletions
+2
View File
@@ -1283,6 +1283,8 @@ static void when_data_is_ready_to_be_read(context_t *ctx, conn_t *conn)
downloaded = b->used - before;
}
fprintf(stderr, "XHTTP :: Downloaded %d bytes\n", downloaded);
int served_during_this_while_loop = 0;
while(1)