summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-10-29-10-18-31.bpo-35065.CulMN8.rst
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.