mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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