Message319189
| 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:37 | lguo | set | recipients: + lguo, asvetlov, yselivanov |
| 2018-06-10 00:11:37 | lguo | set | messageid: <1528589497.32.0.592728768989.issue33811@psf.upfronthosting.co.za> |
| 2018-06-10 00:11:37 | lguo | link | issue33811 messages |
| 2018-06-10 00:11:36 | lguo | create | |