ipfs-cluster/ipfsconn
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
..
ipfshttp Fix: bad behaviour when adding and ipfs is down 2022-04-26 14:54:04 +02:00