mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Browsers often use multiple connections with Connection: keep-alive. If --nothreading is specified, the WSGI server cannot accept new connections until the old connection is closed, causing hangs. Force Connection: close when --nothreading option is used.
11 KiB
11 KiB