First version of chunk encoding

This commit is contained in:
2025-04-20 19:07:16 +02:00
parent a86ded5035
commit 1573d831db
8 changed files with 172 additions and 103 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ int main(void)
TinyHTTPServerConfig config = {
.reuse = 1,
.plain_addr = NULL,
.plain_addr = "127.0.0.1",
.plain_port = 8080,
.plain_backlog = 32,
};