diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-08-26 14:11:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 14:11:38 +0100 |
commit | 88b9807ba4f552d3460e2171252789f6cd850ce9 (patch) | |
tree | 9a386b87c9e1585232fd59befff3ae4c6995841f /changelog.d | |
parent | Do not propagate profile changes of shadow-banned users into rooms. (#8157) (diff) | |
download | synapse-88b9807ba4f552d3460e2171252789f6cd850ce9.tar.xz |
Update the test federation client to handle streaming responses (#8130)
Now that the server supports streaming back JSON responses, it would be nice to show the response as it is streamed, in the test tool.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8130.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8130.misc b/changelog.d/8130.misc new file mode 100644 index 0000000000..7944c09ade --- /dev/null +++ b/changelog.d/8130.misc @@ -0,0 +1 @@ +Update the test federation client to handle streaming responses. |