1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-12 04:41:15 +08:00
This commit is contained in:
fumiama
2022-09-04 15:42:39 +08:00
parent 2fec80e60f
commit 3270c59b3a
2 changed files with 1 additions and 3 deletions

View File

@@ -269,8 +269,6 @@ static int close_file_and_send(threadtimer_t *timer, char *data, size_t numbytes
// handle_accept 初步解析指令,处理部分粘连
static void handle_accept(void *p) {
puts("Connected to the client.");
signal(SIGQUIT, exit_thread);
signal(SIGPIPE, exit_thread);
pthread_t thread;
if (pthread_create(&thread, &attr, (void *)&accept_timer, p)) {
puts("Error creating timer thread");