bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
The call to `_untrack_reader` is performed too soon, causing the protocol to forget about the reader before `connection_lost` can run and feed the EOF to the reader. See bpo-35065.
V
Vincent Michel committed
fd512d76456b65c529a5bc58d8cfe73e4a10de7a
Parent: 5d95312
Committed by Andrew Svetlov <andrew.svetlov@gmail.com>
on 11/8/2018, 12:21:47 PM