In this line
https://github.com/Oryx-Embedded/CycloneTCP/blob/1976f5905ef6817c2e8a60b10b04729e205ebae9/http/http_server_misc.c#L755C4-L755C48
you enable chunked encoding by default.
Why is it enabled by default, and later disable it in httpClientParseStatusLine() ?
Shouldn't it be FALSE bei default?