Added TODO
This commit is contained in:
parent
7c212b0d2c
commit
780881ab12
1 changed files with 1 additions and 0 deletions
|
@ -348,6 +348,7 @@ client_fd = accept(sock_fd, NULL, 0);
|
|||
if (!(client_fd < 0) && (msg_len = read(client_fd, msg, sizeof(msg))) > 0) {
|
||||
// Client sent something
|
||||
msg[msg_len] = '\0';
|
||||
// TODO: Actually handle
|
||||
printf("Client sent: %s\n", msg);
|
||||
close(client_fd);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue