mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
This commit replaces the default client from the http lib with a custom one. The previously used default client doesn't come with a timeout. This could cause unwanted locks. That solution chosen here creates a http client in the base component dendrite with a constant timeout of 30 seconds. If it should be necessary to overwrite this, we could include the timeout in the dendrite configuration. Here it would be a good idea to extend the type "Address" by a timeout and create an http client for each service. Closes #820 Signed-off-by: Benedikt Bongartz <benne@klimlive.de> Co-authored-by: Kegsay <kegan@matrix.org> |
||
|---|---|---|
| .. | ||
| basecomponent | ||
| config | ||
| http | ||
| keydb | ||
| test | ||
| transactions | ||
| consumers.go | ||
| eventcontent.go | ||
| events.go | ||
| httpapi.go | ||
| log.go | ||
| partition_offset_table.go | ||
| postgres.go | ||
| postgres_wasm.go | ||
| routing.go | ||
| sql.go | ||
| types.go | ||