• Miss Islington (bot)'s avatar
    bpo-35017, socketserver: don't accept request after shutdown (GH-9952) · 90808245
    Miss Islington (bot) yazdı
    
    Prior to this revision, after the shutdown of a `BaseServer`,
    the server accepted a last single request
    if it was 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 failed because of this behavior.
    
    Note that only one request failed,
    following requests were not accepted, as expected.
    (cherry picked from commit 10cb3760)
    Co-authored-by: 's avatarDenis Ledoux <be.ledoux.denis@gmail.com>
    90808245
Adı
Son kayıt (commit)
Son güncelleme
..
Build Loading commit data...
C API Loading commit data...
Core and Builtins Loading commit data...
Documentation Loading commit data...
IDLE Loading commit data...
Library Loading commit data...
Security Loading commit data...
Tests Loading commit data...
Tools-Demos Loading commit data...
Windows Loading commit data...
macOS Loading commit data...