mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* socket: fix for errors on pipe close in Windows (https://github.com/docker/docker-py/pull/3099) Need to return data, not size. By returning an empty string, EOF will be detected properly since `len()` will be `0`. Fixes https://github.com/docker/docker-py/issues/3098. Cherry-picked from |
||
|---|---|---|
| .. | ||
| build.py | ||
| config.py | ||
| decorators.py | ||
| fnmatch.py | ||
| json_stream.py | ||
| ports.py | ||
| proxy.py | ||
| socket.py | ||
| utils.py | ||