• 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
..
NEWS.d Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
coverity_model.c Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-config.sh.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python-wing5.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
svnmap.txt Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...