Add support for Transfer-Encoding

This commit is contained in:
2025-07-28 16:32:31 +02:00
parent 5d12070a29
commit a63e68f969
9 changed files with 959 additions and 625 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
Allow resolving requests from different threads
Find a way to make sure chttp.h and chttp.c are always up to date
parse Transfer-Encoding
Find a way to compile OpenSSL on windows
handle 3xx client redirections
add discussion on string management
add discussion on error management
check that virtual hosts over HTTPS work
add examples for the router
make it easy to switch on and off HTTPS when building
add timers
add debug and release builds
make it easy to switch on and off HTTPS when building