Files @ 7b092b919f4f
Branch filter:

Location: kallithea/rhodecode/tests/api/__init__.py - annotation

Marcin Kuzminski
Switch to waitress wsgi server by default in rhodecode.
- waitress is fast, handles chunked encoding correctly (needed for git)
- waitress works on linux and windows
- it's now default because it can handle git properly out of the box.