Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsynced file handle release in request.get() #3

Open
kelson42 opened this issue Oct 8, 2014 · 0 comments
Open

Unsynced file handle release in request.get() #3

kelson42 opened this issue Oct 8, 2014 · 0 comments

Comments

@kelson42
Copy link

kelson42 commented Oct 8, 2014

I deal with files I have downloaded just after having downlaoded them. It seems that the created file write handle is not released at the time the callback is called by request.get(). For this reason, an other process can not have a write handle on the file and this generates an error. On fast system, it works pretty well, but systems with a slower I/O, this is a problem. Would that be possible to release the file handle before calling the get() callback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant