mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +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 |
||
|---|---|---|
| .. | ||
| basehttpadapter.py | ||
| npipeconn.py | ||
| npipesocket.py | ||
| sshconn.py | ||
| ssladapter.py | ||
| unixconn.py | ||