]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: complete multipart upload can handle chunked encoding
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 2 Aug 2012 18:13:05 +0000 (11:13 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 10 Aug 2012 17:39:43 +0000 (10:39 -0700)
commit14fa77d9277b5ef5d0c6683504b368773b39ccc4
tree42cb5672571ce728988928b042d2420f61bbfef5
parenta06f7783fbcc02e775fc36f30e422fe0f9e0ec2d
rgw: complete multipart upload can handle chunked encoding

Fixes: #2878
We now allow complete multipart upload to use chunked encoding
when sending request data. With chunked encoding the HTTP_LENGTH
header is not required.

Backport: argonaut
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_rest.cc