-
Notifications
You must be signed in to change notification settings - Fork 101
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
Streaming upload does not work #88
Comments
Yeah, this looks like a bug. I think we'd need to use some of the code in the newer versions of Requests for seeking back the body if possible. I'm on holiday for the rest of the year which means that I won't be able to get to this until next year, but I am happy to review patches if anyone feels like tackling this. |
It looks like this would be a pretty simple fix with |
Has this been fixed? |
it seems that this project is abandonned |
It seems that streaming upload does not work, most likely because the file is reset only once. This is related to #87, because the data is sent three times.
For example code similar to this snippet does not work, it's always stuck:
pip freeze says:
The text was updated successfully, but these errors were encountered: