ipfs-cluster/ipfsconn/ipfshttp
Hector Sanjuan 8626fbc166 Fix: bad behaviour when adding and ipfs is down
Adding keeps retrying indefinitely to send blocks to ipfs. When ipfs is down this:

* Stores all errors
* Keeps retrying
* Additionally, forgot to close bodies

This resulted in memory leaks. The new behaviour does not keep retrying. And
response bodies are closed after reading.
2022-04-26 14:54:04 +02:00
..
config_test.go Fix: repo/stat gets hammered on busy cluster peers 2022-02-01 01:34:17 +01:00
config.go Fix: repo/stat gets hammered on busy cluster peers 2022-02-01 01:34:17 +01:00
ipfshttp_test.go Adders: stream blocks to destinations 2022-03-24 17:24:58 +01:00
ipfshttp.go Fix: bad behaviour when adding and ipfs is down 2022-04-26 14:54:04 +02:00