commit | fa73779b0a54211e99bd1e76511f30352c7055e9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 29 00:36:51 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 29 00:36:51 2015 +0100 |
tree | 0abf1f81f382ddd5771db6b49d798e2a27d1eeaa | |
parent | f07801bb17f8089dc8b8a4d2beafba7c497af900 [diff] |
asyncio: Fix _SelectorSocketTransport constructor Only start reading when connection_made() has been called: protocol.data_received() must not be called before protocol.connection_made().