blob: 9d5d61263f8c50b2f7f7a2fa1691dd1c167354ae (
plain)
1
2
3
|
Remove `StreamReaderProtocol._untrack_reader`. The call to `_untrack_reader`
is currently performed too soon, causing the protocol to forget about the
reader before `connection_lost` can run and feed the EOF to the reader.
|