mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
add some debug logs
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
* handle_request.
|
||||
*/
|
||||
void* client_handler(void* args) {
|
||||
log_message(LOG_DEBUG, "Client handler started");
|
||||
// Cast args
|
||||
int client = *((int*)args);
|
||||
char* buffer = (char*)malloc(BUFFER_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user