RTradeLtd / Temporal

☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
https://temporal.cloud
MIT License
227 stars 40 forks source link

Download Call Mismatch Content Length #403

Closed bonedaddy closed 5 years ago

bonedaddy commented 5 years ago

When downloading content through the load balancer we receive a content length mismatch error

I suspect the error is coming from https://github.com/RTradeLtd/Temporal/blob/master/api/v2/routes_utils.go#L220 where we should be setting content size based on len(contents)