]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
* forward pipe continuation in RGWPutObj_Cksum::process()
authorCasey Bodley <cbodley@users.noreply.github.com>
Mon, 29 Apr 2024 15:10:04 +0000 (11:10 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 3 Jul 2024 18:24:15 +0000 (14:24 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_cksum_pipe.cc

index ea0389486bb0edf11d9ef9ecfb08afa26e628424..c11d821d7ec6434e2164d6cb97442ff9cd8a61eb 100644 (file)
@@ -85,7 +85,7 @@ namespace rgw::putobj {
       _digest->Update(reinterpret_cast<const unsigned char*>(ptr.c_str()),
                       ptr.length());
     }
-    return 0;
+    return Pipe::process(std::move(data), logical_offset);
   }
 
 } // namespace rgw::putobj