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 lguo
Recipients asvetlov, lguo, yselivanov
Date 2018-06-10.00:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528589497.32.0.592728768989.issue33811@psf.upfronthosting.co.za>
In-reply-to
Content
One rough idea would be like this: https://github.com/python/cpython/compare/master...lguo2020:fix-issue-33811?expand=1. Another option is to associate it with the loop:

loop.set_max_accept(2)

and then later

self._loop._start_serving(....., max_accept=self._loop._max_accept)
History
Date User Action Args
2018-06-10 00:11:37lguosetrecipients: + lguo, asvetlov, yselivanov
2018-06-10 00:11:37lguosetmessageid: <1528589497.32.0.592728768989.issue33811@psf.upfronthosting.co.za>
2018-06-10 00:11:37lguolinkissue33811 messages
2018-06-10 00:11:36lguocreate