mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
rgw: cr_rest: write crf returns status when finished
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
6caa02b29a
commit
af4dff8ee0
@ -212,6 +212,7 @@ int RGWStreamWriteHTTPResourceCRF::write(bufferlist& data, bool *io_pending)
|
||||
}
|
||||
yield req->add_send_data(data);
|
||||
}
|
||||
return req->get_status();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user