bugfix: implement segmented read
According to the read manpage a read could return less bytes then requested due to an interrupt or an error. We now try to repeat the read operation until all the existent data have been read correctly.
parent
43d53700
Please register or sign in to comment