Re: rsync fix file handling in uploader

2021-05-14 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.05.07 17:12:16 +0200: > So yesterday I committed a change to simplify file handling. This removed > the O_NONBLOCK flag from openat() but today I realized that this was a bit > premature. The code at that point does not know if the file is actually a

rsync fix file handling in uploader

2021-05-07 Thread Claudio Jeker
So yesterday I committed a change to simplify file handling. This removed the O_NONBLOCK flag from openat() but today I realized that this was a bit premature. The code at that point does not know if the file is actually a regular file and so if you put a fifo in place of a regular file it will han