zulip/zerver/tornado
Alex Vandiver 3037e22f61 tornado: Never use proxies when talking from Django to Tornado.
The `no_proxy` parameter does not work to remove proxying[1]; in this
case, since all requests with this adapter are to the internal Tornado
process, explicitly pass in an empty set of proxies to disable
proxying.

[1] https://github.com/psf/requests/issues/4600
2020-10-28 12:13:04 -07:00
..
__init__.py
application.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
autoreload.py docs: Fix capitalization of keyboard keys. 2020-08-11 10:25:53 -07:00
descriptors.py event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
django_api.py tornado: Never use proxies when talking from Django to Tornado. 2020-10-28 12:13:04 -07:00
event_queue.py tornado: Switch to start_json_consumer interface. 2020-10-11 14:19:42 -07:00
exceptions.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
handlers.py logging: Report stack_info on logging.exception calls. 2020-08-11 10:16:54 -07:00
ioloop_logging.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
sharding.py tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs. 2020-09-21 15:36:16 -07:00
views.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00