• Martin Panter's avatar
    Issue #24291: Avoid WSGIRequestHandler doing partial writes · ed0425c6
    Martin Panter yazdı
    If the underlying send() method indicates a partial write, such as when the
    call is interrupted to handle a signal, the server would silently drop the
    remaining data.
    
    Also add deprecated support for SimpleHandler.stdout.write() doing partial
    writes.
    ed0425c6
handlers.py 20.5 KB