-
Fix issue with error on Linux systems
发布于
2021-02-14 20:04:41 +00:00 | 765 次提交 在此版本后已推送到 mainFix issue #2.
On Linux, an error occurs in
io.Copywhile waiting forio.EOF. However, if
the child process is already done it can happen on a Linux system that the
parent process is still trying to read and anio.EOFis never reached.Introduce mitigation logic to treat a path error of
/dev/ptmxlikeio.EOF.下载附件