-
-
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
_on_chunk_sent at write_eof #2909
Comments
Yes, looks like a bug. do you feel strong enough to make a MR with the bugfix and the proper unit test? should be easy. |
OMG, fixed faster than I was able to answer. Cool, thank you. |
Yes, it matters. For sake of consistency, both methods should give as a param the chunk value at the same stage. I will fix it in master and then I will do the cherry picking to 3.1. Thanks! |
Can be closed? |
Yes, sure. |
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
Looks like _on_chunk_sent not called when last chunk sent at write_eof
Expected behaviour
_on_chunk_sent called
Actual behaviour
_on_chunk_sent not called
Steps to reproduce
at http_writer.py
but
looks like last chunk has been sent and there is not a single call _on_chunk_sent
Your environment
Python 3.6
aiohttp 3.1.1
Windows\Linux
The text was updated successfully, but these errors were encountered: