Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing eof when writer cancelled (aio-libs#7764) (aio-libs#7781)
Fixes aio-libs#5220. I believe this is a better fix than aio-libs#5238. That PR detects that we didn't finish sending a chunked response and then closes the connection. This PR ensures that we simply complete the chunked response by sending the EOF bytes, allowing the connection to remain open and be reused normally. (cherry picked from commit 9c07121)
- Loading branch information