mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +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 |
||
|---|---|---|
| .. | ||
| api | ||
| credentials | ||
| transport | ||
| types | ||
| utils | ||
| _import_helper.py | ||
| auth.py | ||
| constants.py | ||
| errors.py | ||
| tls.py | ||