diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-18 08:49:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 08:49:59 -0400 |
commit | 2f4d60a5ba9ec60ab4f3384cbef20fe662b4349b (patch) | |
tree | fb145388813f7cc1ab3b59e95ebdf8af423d1eaa /changelog.d | |
parent | Return the previous stream token if a non-member event is a duplicate. (#8093) (diff) | |
download | synapse-2f4d60a5ba9ec60ab4f3384cbef20fe662b4349b.tar.xz |
Iteratively encode JSON responses to avoid blocking the reactor. (#8013)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8013.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8013.feature b/changelog.d/8013.feature new file mode 100644 index 0000000000..b1eaf1e78a --- /dev/null +++ b/changelog.d/8013.feature @@ -0,0 +1 @@ +Iteratively encode JSON to avoid blocking the reactor. |