]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: add missing close_section in send_versioned_response 28946/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 9 Jul 2019 19:30:38 +0000 (15:30 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 9 Jul 2019 19:34:44 +0000 (15:34 -0400)
commitaff7ea5aad3868747897f06be2ae19d51f5fd804
tree1da9116f6a738f17652e573f680e85031f980215
parent81890073788bd1de8a63b9fc5d3a7dce19da9342
rgw: add missing close_section in send_versioned_response

multisite requests use a '?objs-container' extension to wrap the entries
in an array section for json decoding. send_versioned_response() was
missing the close_section() to match the conditional
open_array_section("Entries")

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_rest_s3.cc