asyncio: Fix _SelectorSocketTransport constructor
Only start reading when connection_made() has been called: protocol.data_received() must not be called before protocol.connection_made().
Showing
Please register or sign in to comment
Only start reading when connection_made() has been called: protocol.data_received() must not be called before protocol.connection_made().