diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-19 08:07:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 08:07:57 -0400 |
commit | f594e434c35ab99bc71216cbb06082aa2b975980 (patch) | |
tree | 0e074197105d52cffd5879964bc413d2587522f6 /changelog.d | |
parent | Updated docs: Added note about missing 308 redirect support. (#8120) (diff) | |
download | synapse-f594e434c35ab99bc71216cbb06082aa2b975980.tar.xz |
Switch the JSON byte producer from a pull to a push producer. (#8116)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8116.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8116.feature b/changelog.d/8116.feature new file mode 100644 index 0000000000..b1eaf1e78a --- /dev/null +++ b/changelog.d/8116.feature @@ -0,0 +1 @@ +Iteratively encode JSON to avoid blocking the reactor. |