summary refs log tree commit diff
path: root/changelog.d/9878.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.33.0rc1Andrew Morgan2021-04-281-1/+0
|
* Kill off `_PushHTTPChannel`. (#9878)Richard van der Hoff2021-04-231-0/+1
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.