Changes between Initial Version and Version 2 of Ticket #30619
- Timestamp:
- Jul 8, 2019, 4:42:56 AM (5 years ago)
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 Unreviewed → Accepted
- Property Summary wsgi server doesn't respond if --nothreading specified → runserver fails to close connection if --nothreading specified.
-
Ticket #30619 – Description
initial v2 2 2 Server: macOS 10.14.5., Python 3.7.3, Django 2.2.3 3 3 4 Running web application with single-threaded wsgi servermay stop responding.4 Running runserver with the `--nothreading` option may stop responding. 5 5 6 6