diff options
author | Erik Johnston <erikj@jki.re> | 2019-02-25 19:17:22 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-25 11:17:22 -0800 |
commit | 899a119c2bc2ad9885efcf3f3958aec1cdccb464 (patch) | |
tree | 0e810f5eddc0ea1fe93059a6a7d5104d11530b09 /synapse/rest/media | |
parent | Fix ACME config for python 2. (#4717) (diff) | |
download | synapse-899a119c2bc2ad9885efcf3f3958aec1cdccb464.tar.xz |
Don't log stack trace when client has gone away during media download (#4738)
* Don't log stack trace when client has gone away during media download * Newsfile * Fixup newsfile
Diffstat (limited to 'synapse/rest/media')
-rw-r--r-- | synapse/rest/media/v1/_base.py | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/synapse/rest/media/v1/_base.py b/synapse/rest/media/v1/_base.py |