summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-04-23 18:40:57 +0100
committerGitHub <noreply@github.com>2021-04-23 18:40:57 +0100
commit84936e22648d3c9f6b76028b08c33f0267f5e3a0 (patch)
tree56a17355fa740e7518b4f702190ef2d84c5f760f /changelog.d
parentAllow OIDC cookies to work on non-root public baseurls (#9726) (diff)
downloadsynapse-84936e22648d3c9f6b76028b08c33f0267f5e3a0.tar.xz
Kill off `_PushHTTPChannel`. (#9878)
First of all, a fixup to `FakeChannel` which is needed to make it work with the default HTTP channel implementation.

Secondly, it looks like we no longer need `_PushHTTPChannel`, because as of #8013, the producer that gets attached to the `HTTPChannel` is now an `IPushProducer`. This is good, because it means we can remove a whole load of test-specific boilerplate which causes variation between tests and production.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9878.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9878.misc b/changelog.d/9878.misc
new file mode 100644
index 0000000000..927876852d
--- /dev/null
+++ b/changelog.d/9878.misc
@@ -0,0 +1 @@
+Remove redundant `_PushHTTPChannel` test class.