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
+3
View File
@@ -368,6 +368,9 @@ void http_request_builder_submit(HTTP_RequestBuilder handle)
void http_response_free(HTTP_Response *res)
{
if (res == NULL)
return;
HTTP_Client *client = res->context;
ClientConnection *conn = NULL;