[issue35017] socketserver accept a last request after shutdown

2018-10-26 Thread Denis Ledoux
Denis Ledoux added the comment: The pleasure is all mine. Thanks to you and the other contributors involved. For my first contribution to Python, I am glad everything went smoothly :). -- ___ Python tracker <https://bugs.python.org/issue35

[issue35017] socketserver accept a last request after shutdown

2018-10-26 Thread Denis Ledoux
Change by Denis Ledoux : -- pull_requests: +9461 ___ Python tracker <https://bugs.python.org/issue35017> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35017] socketserver accept a last request after shutdown

2018-10-18 Thread Denis Ledoux
Change by Denis Ledoux : -- keywords: +patch pull_requests: +9299 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35017> ___ ___ Py

[issue35017] socketserver accept a last request after shutdown

2018-10-18 Thread Denis Ledoux
New submission from Denis Ledoux : 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