Comment 13 for bug 981332

Revision history for this message
Jay Pipes (jaypipes) wrote :

I agree with you, Mike.. was just trying to add some background information to the bug, that's all :)

As for Swift, Swift always uses chunked-transfer-encoding if there is a readable file-like object that is passed to put_object(). It will also include a Content-Length header if the content_length parameter is not None:

https://github.com/openstack/swift/blob/master/swift/common/client.py#L676

Best,
-jay