This commit is contained in:
2026-05-27 23:54:40 +03:00
parent 628c2e01e2
commit 9450bb589d

View File

@@ -53,6 +53,7 @@ typedef struct {
} \ } \
} \ } \
pthread_mutex_unlock(&clients.lock); \ pthread_mutex_unlock(&clients.lock); \
fflush(stdout); \
} while (0) } while (0)
void* handle_client(void* _arg) { void* handle_client(void* _arg) {