Closed bonedaddy closed 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)
len(contents)
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)