]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: http client, streaming writes api
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 15 Aug 2017 15:36:19 +0000 (08:36 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 10 Apr 2018 15:03:11 +0000 (08:03 -0700)
commit387068547a4c95b27845c8670fbeb9fba0d6f577
treea8f6b17b7886e42fd6136696efd2ec64687ae76c
parente1ecd2bb607b87e030efe622f39ec753f7731255
rgw: http client, streaming writes api

Add a new class that enables streaming writes, that is --
doesn't require having all the data before the start of the
send.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_http_client.cc
src/rgw/rgw_http_client.h
src/rgw/rgw_rest_client.cc
src/rgw/rgw_rest_client.h