-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 with StreamReader as data is not working #2793
Comments
Documentation should be updated. |
I'll use the streamer decorator instead. Thanks for the clarify! |
Welcome! |
As of #2802 you can pass |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Long story short
I'm trying to re-upload images by chaining get and post requests as explained in the docs but it doesn't work.
https://docs.aiohttp.org/en/latest/client_quickstart.html#streaming-uploads
Expected behaviour
I'm not sure, is this expected behavior?
Actual behaviour
Steps to reproduce
Just run the last example code of streaming upload section.
Your environment
Arch Linux, Python 3.6.4, aiohttp 3.0.5
The text was updated successfully, but these errors were encountered: