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
View File
@@ -37,6 +37,7 @@
#define TINYHTTP_HEADER_LIMIT 32
#define TINYHTTP_SERVER_CONN_LIMIT (1<<10)
#define TINYHTTP_SERVER_EPOLL_BATCH_SIZE (1<<10)
#define TINYHTTP_CHUNK_LIMIT (1<<10)
#endif
#define TINYHTTP_LINESTR_HELPER1(X) #X