We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0176fa1 commit a8746f7Copy full SHA for a8746f7
docker/transport/npipesocket.py
@@ -54,10 +54,7 @@ def connect(self, address):
54
0
55
)
56
self.flags = win32pipe.GetNamedPipeInfo(handle)[0]
57
- # self.state = win32pipe.GetNamedPipeHandleState(handle)[0]
58
59
- # if self.state & cPIPE_READMODE_MESSAGE != 0:
60
- # raise RuntimeError("message readmode pipes not supported")
61
self._handle = handle
62
self._address = address
63
0 commit comments