1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-10 11:35:33 +08:00
This commit is contained in:
源文雨
2022-10-26 17:04:49 +08:00
parent 3cf9143133
commit 44188b40f3

View File

@@ -356,7 +356,7 @@ static int handle_accept(threadtimer_t* p) {
r = 0;
puts("Max EAGAIN cnt exceeded");
}
} else r = 0;
} else if(errno != EINVAL) r = 0;
}
printf("Recv finished, continune: %s\n", r?"true":"false");
return r;