]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: call processor->handle_data() again if needed 2157/head
authorYehuda Sadeh <yehuda@redhat.com>
Sat, 26 Jul 2014 03:33:52 +0000 (20:33 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Sat, 26 Jul 2014 03:38:44 +0000 (20:38 -0700)
commit0553890e79b43414cc0ef97ceb694c1cb5f06bbb
treebb85ad758d143fb9dc55848ded5140d64bf62854
parent96fb418f0e381db08c3eea756fc8ed7bd52125fb
rgw: call processor->handle_data() again if needed

Fixes: #8937
Following the fix to #8928 we end up accumulating pending data that
needs to be written. Beforehand it was working fine because we were
feeding it with the exact amount of bytes we were writing.

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