Changes between Initial Version and Version 2 of Ticket #30619


Ignore:
Timestamp:
Jul 8, 2019, 4:42:56 AM (5 years ago)
Author:
Carlton Gibson
Comment:

Yes, reproduces easily. Thank you for the report. I left a couple of comments on the PR, but it should be simple enough from here. 👍

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30619

    • Property Has patch set
    • Property Component Core (Other)HTTP handling
    • Property Keywords runserver added
    • Property Patch needs improvement set
    • Property Needs tests set
    • Property Triage Stage UnreviewedAccepted
    • Property Summary wsgi server doesn't respond if --nothreading specifiedrunserver fails to close connection if --nothreading specified.
  • Ticket #30619 – Description

    initial v2  
    22Server: macOS 10.14.5., Python 3.7.3, Django 2.2.3
    33
    4 Running web application with single-threaded wsgi server may stop responding.
     4Running runserver with the `--nothreading` option may stop responding.
    55
    66
Back to Top