a9c6ab0356
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. |
||
---|---|---|
.. | ||
another_app | ||
fixtures | ||
media | ||
static | ||
__init__.py | ||
models.py | ||
test_basehttp.py | ||
test_liveserverthread.py | ||
tests.py | ||
urls.py | ||
views.py |