fix: complete issues #201-#206 remediation #208

Merged
TapTap merged 17 commits from feat/triage-complete into dev 2026-08-11 21:06:49 +02:00
Showing only changes of commit 5bc319f694 - Show all commits
-2
View File
@@ -121,8 +121,6 @@ bool send_n_data(int file_descriptor, const void* data, size_t data_size) {
log_message(LOG_LEVEL_ERROR, "Send timeout or poll failure");
return false;
}
if (poll_result == 0)
return false;
if (poll_result < 0)
continue;
if (pfd.revents & (POLLERR | POLLNVAL))