Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `make_request` actually render the request | Richard van der Hoff | 2020-11-16 | 1 | -2/+2 |
| | | | | | | remove the stubbing out of `request.process`, so that `requestReceived` also renders the request via the appropriate resource. Replace render() with a stub for now. | ||||
* | use global make_request() directly where we have a custom Resource | Richard van der Hoff | 2020-11-15 | 1 | -4/+6 |
| | | | | | | Where we want to render a request against a specific Resource, call the global make_request() function rather than the one in HomeserverTestCase, allowing us to pass in an appropriate `Site`. | ||||
* | Fix race for concurrent downloads of remote media. (#8682) | Erik Johnston | 2020-10-30 | 1 | -0/+277 |
Fixes #6755 |