This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aymeric.augustin
Recipients asvetlov, aymeric.augustin, yselivanov
Date 2018-09-30.13:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538315409.25.0.545547206417.issue33727@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this is by design: the documentation says:

> The sockets that represent existing incoming client connections are left open.

`Server` doesn't keep track of active transports serving requests.

(That said, I haven't figured out what _waiters is here so I could be wrong.)
History
Date User Action Args
2018-09-30 13:50:09aymeric.augustinsetrecipients: + aymeric.augustin, asvetlov, yselivanov
2018-09-30 13:50:09aymeric.augustinsetmessageid: <1538315409.25.0.545547206417.issue33727@psf.upfronthosting.co.za>
2018-09-30 13:50:09aymeric.augustinlinkissue33727 messages
2018-09-30 13:50:09aymeric.augustincreate