Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
socket: fix for errors on pipe close in Windows (#3099)
Need to return data, not size. By returning an empty string, EOF will be detected properly since `len()` will be `0`. Fixes #3098. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
- Loading branch information