diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-20 11:35:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 11:35:52 +0000 |
commit | c88bc5390341162951fa4afc6b4a0644a30293dc (patch) | |
tree | 95ac52940edc6aa6df57aee735392521aaf7acb3 /changelog.d | |
parent | Clean up gitignores (#4688) (diff) | |
download | synapse-c88bc5390341162951fa4afc6b4a0644a30293dc.tar.xz |
Fix TaskStopped exceptions when outbound requests time out (#4690)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4690.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4690.bugfix b/changelog.d/4690.bugfix new file mode 100644 index 0000000000..e4cfc5e413 --- /dev/null +++ b/changelog.d/4690.bugfix @@ -0,0 +1 @@ +Fix TaskStopped exceptions in logs when outbound requests time out. \ No newline at end of file |