]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: rest and http client code to use param vectors 8166/head
authorKarol Mroz <kmroz@suse.com>
Thu, 17 Mar 2016 09:32:14 +0000 (10:32 +0100)
committerKarol Mroz <kmroz@suse.com>
Tue, 26 Apr 2016 13:56:11 +0000 (15:56 +0200)
commitd4a2527872e0f5c3ae2874bb7d0ff459ae83cfd4
treed566d1217a45f29391af36fd3a483c6f0b51352a
parent25c2f5a793ff726facde236aa0c2dd78cf933c60
rgw: rest and http client code to use param vectors

Replaces param/header lists with vectors. In these cases, we're only ever
adding to the back of the list, so a vector should be more efficient.
Also moves param_pair_t/param_vec_t higher up the include chain for
cleaner function signatures.

Signed-off-by: Karol Mroz <kmroz@suse.com>
src/rgw/rgw_admin.cc
src/rgw/rgw_cr_rest.h
src/rgw/rgw_http_client.cc
src/rgw/rgw_http_client.h
src/rgw/rgw_rest_client.cc
src/rgw/rgw_rest_client.h
src/rgw/rgw_rest_conn.cc
src/rgw/rgw_rest_conn.h