added client timeout todo

This commit is contained in:
Václav Šmejkal 2023-04-05 10:18:57 +02:00
parent c78a82e381
commit aeed3cc5ee
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59

View File

@ -383,7 +383,7 @@ void *why2_communicate_thread(void *arg)
close(connection);
remove_node(get_node(connection));
return NULL;
return NULL; //TODO: Fix client segfault on timeout
}
char *why2_read_socket(int socket)