summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
diff options
context:
space:
mode:
authoratsuo ishimoto <atsuoishimoto@gmail.com>2019-07-07 00:43:59 +0900
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-10 13:22:17 +0200
commita9c6ab03560424ed7dff24849c8ddaa3e1eae62e (patch)
treec1f53269e1b7edcfb568efc20275e9cdc82a40fb /tests/postgres_tests
parent00d4e6f8b587dcea147c51ece253dc54c461a11d (diff)
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
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.
Diffstat (limited to 'tests/postgres_tests')
0 files changed, 0 insertions, 0 deletions