added client timeout todo
This commit is contained in:
parent
c78a82e381
commit
aeed3cc5ee
@ -383,7 +383,7 @@ void *why2_communicate_thread(void *arg)
|
|||||||
close(connection);
|
close(connection);
|
||||||
remove_node(get_node(connection));
|
remove_node(get_node(connection));
|
||||||
|
|
||||||
return NULL;
|
return NULL; //TODO: Fix client segfault on timeout
|
||||||
}
|
}
|
||||||
|
|
||||||
char *why2_read_socket(int socket)
|
char *why2_read_socket(int socket)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user