Comment 1 for bug 1680083

Revision history for this message
Janie Richling (jrichli) wrote : Re: SLO upload

What version of both swift and python-swiftclient are you using? What is the body returned if you download testt - is it still the 35MB you expected to get? Can you reproduce this content-length error when using a curl GET or HEAD command to swift directly?

I am not able to reproduce this against the latest swift code (master). I tried using curl commands to swift directly, and using the latest python-swiftclient.

When I make a GET or HEAD request with the manifest path URL and the '?multipart-manifest=get' parameter, I correctly get the manifest body and the content-length of the manifest because of that parameter being sent with the request. And when I perform a GET or HEAD request without the parameter, I correctly get the body of the large object and the content-length of the large object returned.