commit | a19b7b3fcafe52b98245e14466ffc4d6750ca4f1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 26 15:03:20 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 26 15:03:20 2015 +0100 |
tree | 6aff424bf56089154fb15c7bc7637c54ab790f3d | |
parent | b76bcc4ffc1f81a3cb5e6cabb77f127f71e2eddb [diff] |
asyncio: Fix ProactorEventLoop.start_serving_pipe() If a client connected before the server was closed: drop the client (close the pipe) and exit.