Do not do a read on the root on connect
This commit is contained in:
parent
9c695fe0df
commit
73b90bf27e
@ -67,11 +67,6 @@ func (c *Client) Connect() error {
|
||||
return newPathError("Connect", c.root, rs.StatusCode)
|
||||
}
|
||||
|
||||
_, err = c.ReadDir("/")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user