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 beledouxdenis
Recipients beledouxdenis
Date 2018-10-18.11:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539863713.13.0.788709270274.issue35017@psf.upfronthosting.co.za>
In-reply-to
Content
After the shutdown of a `BaseServer`, the server may accept a last single request if it is sent between the server socket polling and the polling timeout.

This can be problematic for instance for a server restart for which you do not want to interrupt the service, by not closing the listening socket during the restart. One request can fail because of this behavior.

Note that only one request will fail, following requests will not be accepted, as expected.
History
Date User Action Args
2018-10-18 11:55:13beledouxdenissetrecipients: + beledouxdenis
2018-10-18 11:55:13beledouxdenissetmessageid: <1539863713.13.0.788709270274.issue35017@psf.upfronthosting.co.za>
2018-10-18 11:55:13beledouxdenislinkissue35017 messages
2018-10-18 11:55:13beledouxdeniscreate