Flush whether or not there we set the rawmode to avoid the client to lock
Upstream-commit: cb54e9c659c681fde5311aacefe0e5ea8c564e17 Component: engine
This commit is contained in:
@@ -93,7 +93,7 @@ func (c *DockerTCPConn) Write(b []byte) (int, error) {
|
||||
}
|
||||
|
||||
func (c *DockerTCPConn) Flush() error {
|
||||
_, err := c.conn.Write([]byte{})
|
||||
_, err := c.Write([]byte{})
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user