Add support for Transfer-Encoding
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user