close_submit disposes the file handle before the request is sent
Open
bug
- Dominant language
- Python
- Stars
- 39
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/emc-isilon/pike/blob/master/pike/model.py#L1454
`resp_future.then(close_req.handle.dispose())`
needs to be a lambda.
there may be other places in the code that have similar issues.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.