Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If the other end of an AF_UNIX stream socket closes the socket without reading all data, read() and recv() will return ECONNRESET once all data has been read. For the purposes of the test suite, this is equivalent to normal EOF and should be treated as such. Fixes intermittent failures in test_run_dom0_service_socket_no_read().
- Loading branch information