possible fix for buffering issue
parent
e9fd8c80bc
commit
d13793954d
|
@ -266,7 +266,7 @@ int exec_pty(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (watched_fds[this_fd].revents & POLLERR) {
|
if (watched_fds[this_fd].revents & POLLERR) {
|
||||||
close(watched_fds[this_fd].fd);
|
//close(watched_fds[this_fd].fd);
|
||||||
break_out = true;
|
break_out = true;
|
||||||
//continue;
|
//continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue