ipfs-cluster/ipfsconn/ipfshttp
Hector Sanjuan f14f2f4863 Fix #224: Better handling of progress updates when proxy-adding file
Up to now, we hardcoded progress to "false" in the proxy, regardless
of what the original request said. We now leave it as it is, and
just ignore any progress updates when processing the response.

Since the response is buffered and sent back all together, they are
still useless, but at least the clients (ipfs cli) won't show a 0%
progress bar when successfully adding a file.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-11-13 14:09:20 +01:00
..
config_test.go Issue #162: Improve Config.ToJSON() tests 2017-10-20 10:42:41 +02:00
config.go Issue #162: Rework configuration format 2017-10-18 00:00:12 +02:00
ipfshttp_test.go Fix #224: Better handling of progress updates when proxy-adding file 2017-11-13 14:09:20 +01:00
ipfshttp.go Fix #224: Better handling of progress updates when proxy-adding file 2017-11-13 14:09:20 +01:00