Rename http.c/.h to chttp.c/.h and improve amalgamation formatting
This commit is contained in:
+1
-1
@@ -370,4 +370,4 @@ void http_request_free(HTTP_RequestHandle handle)
|
||||
socket_free(&conn->socket);
|
||||
conn->state = CLIENT_CONNECTION_FREE;
|
||||
client->num_conns--;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user