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