diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-17 14:58:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 14:58:45 +0100 |
commit | 63260397c6ab6925da0ba3bd24d398001cd8208b (patch) | |
tree | 3ef57e48328cd2364afee5810f83d550e0304f8a /changelog.d | |
parent | Merge pull request #3700 from matrix-org/rav/wait_for_producers (diff) | |
parent | changelog (diff) | |
download | synapse-63260397c6ab6925da0ba3bd24d398001cd8208b.tar.xz |
Merge pull request #3701 from matrix-org/rav/use_producer_for_responses
Use a producer to stream back responses
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3701.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3701.bugfix b/changelog.d/3701.bugfix new file mode 100644 index 0000000000..c22de34537 --- /dev/null +++ b/changelog.d/3701.bugfix @@ -0,0 +1 @@ +Avoid timing out requests while we are streaming back the response |