-
-
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
Replace DataQueue with StreamReader for request payload #87
Comments
added branch with experimental work https://github.com/KeepSafe/aiohttp/tree/streamreader-payload @asvetlov what do you think? |
i'm going to merge this branch to master. @asvetlov @popravich @kxepal objections? |
Sorry, I still have no time for review. |
looks good, no objections |
Hm. While looks good, it breaks some my code. Currently, if you call |
accidentally removed comment :( |
Yea, figured that. Was easy to fix. However, |
Was unable to make |
LGTM! |
merged |
This is outcome of #81, Replace DataQueue with StreamReader for request payload
The text was updated successfully, but these errors were encountered: