dendrite/common
Ben B 955244c092
use custom http client instead of the http DefaultClient (#823)
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>
2020-04-03 11:40:50 +01:00
..
basecomponent use custom http client instead of the http DefaultClient (#823) 2020-04-03 11:40:50 +01:00
config Rename the typing server to EDU server (#948) 2020-03-30 15:02:20 +01:00
http use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
keydb Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
test Rename the typing server to EDU server (#948) 2020-03-30 15:02:20 +01:00
transactions Replace deprecated prometheus.InstrumentHandler and unsafe time.Ticker 2019-12-17 16:47:45 +00:00
consumers.go maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916) 2020-03-18 12:48:51 +00:00
eventcontent.go Replace event content types with ones in gomatrixserverlib (#785) 2019-08-16 01:45:11 +08:00
events.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
httpapi.go Improve logging when sending events (#883) 2020-03-09 14:37:51 +00:00
log.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
partition_offset_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
postgres.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
postgres_wasm.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
routing.go Encode URLs properly (#728) 2019-07-03 16:38:50 +01:00
sql.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
types.go Implement profile retrieval over federation (#726) 2019-08-07 00:02:12 +08:00