Files
zulip/tools
Anders Kaseorg 8d38f0593b run-dev: Disable Tornado response decompression.
Apparently Tornado decompresses gzip responses by default.  Worse, it
fails to adjust the Content-Length header when it does.

https://github.com/tornadoweb/tornado/issues/2743

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-09-24 15:51:06 -07:00
..
2019-08-25 15:04:12 -07:00
2019-06-14 15:49:56 -07:00
2019-08-09 16:27:03 -07:00
2019-08-06 23:29:11 -07:00
2019-08-09 17:22:45 -07:00
2019-02-02 17:10:31 -08:00
2019-08-06 23:29:11 -07:00
2019-08-25 15:04:12 -07:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.