## Long story short The title says it all. Shouldn't [EmptyStreamReader.readchunk](https://github.com/aio-libs/aiohttp/blob/master/aiohttp/streams.py#L470) on its face `return (b'', True)` and not `return (b'', False)` ? Without it, the special EOS chunk is never sent...
Long story short
The title says it all.
Shouldn't EmptyStreamReader.readchunk on its face
return (b'', True)and notreturn (b'', False)?Without it, the special EOS chunk is never sent...