diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-24 09:55:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 09:55:47 +0100 |
commit | 1ec688bf21cd1368a2bb86c2de977daf148eecc3 (patch) | |
tree | 2bb4712ff2dc49fada67789ea1eedcf422892d8a /synapse | |
parent | Convert presence handler helpers to async/await. (#7939) (diff) | |
download | synapse-1ec688bf21cd1368a2bb86c2de977daf148eecc3.tar.xz |
Downgrade warning on client disconnect to INFO (#7928)
Clients disconnecting before we finish processing the request happens from time to time. We don't need to yell about it
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/http/site.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/http/site.py b/synapse/http/site.py |