6643dca83e
Waitress is a WSGI server that Anki starts to serve css etc to its web views. It seems to have a race condition issue; the main loop thread is trying to `select.select` the sockets which a worker thread is closing because of a dead connection. This makes waitress skip actually closing the sockets. |
||
---|---|---|
.. | ||
conftest.py | ||
test_cards.py | ||
test_decks.py | ||
test_edit.py | ||
test_graphical.py | ||
test_media.py | ||
test_misc.py | ||
test_models.py | ||
test_notes.py | ||
test_server.py | ||
test_stats.py |