Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform: goldfish: pipe: don't log when dropping PIPE_ERROR_AGAIN
On PIPE_ERROR_AGAIN, just stopping in the middle of a transfer and returning the number of bytes actually handled is the right behavior. Other errors should be returned on the next read() or write() call. Continue logging those until we confirm nothing actually relies on the existing (wrong) behavior of dropping errors on the floor. Change-Id: I578b17ef54cd00d6003bbce1ecf9438e3ae3657e Signed-off-by: Greg Hackmann <ghackmann@google.com>
- Loading branch information