dendrite/userapi
Till 654fee9818
[notifications] Give each HTTP request its own context (#3569)
Give each HTTP request its own context to avoid timing out subsequent
notification requests if the first already times out.

### Pull Request Checklist

<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->

* [ ] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off
below](https://element-hq.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately

---------

Signed-off-by: Till Faelligen <2353100+S7evinK@users.noreply.github.com>
2025-05-16 17:35:30 +02:00
..
api Support for fallback keys (#3451) 2024-12-17 19:19:15 +01:00
consumers [notifications] Give each HTTP request its own context (#3569) 2025-05-16 17:35:30 +02:00
internal Support for fallback keys (#3451) 2024-12-17 19:19:15 +01:00
producers Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
storage Fetch oldest OTKs first (MSC4225) (#3452) 2024-12-17 19:19:35 +01:00
types Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
util Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
userapi.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
userapi_test.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00