summary refs log tree commit diff
path: root/changelog.d/9108.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke2021-01-151-0/+1
Previously this code generated unreferenced `Deferred` instances which caused "Unhandled Deferreds" errors to appear in error situations.