Skip to content

Commit

Permalink
Merge pull request #9402: hammer: No Last-Modified, Content-Size and …
Browse files Browse the repository at this point in the history
…X-Object-Manifest headers if no segments in DLO manifest

Reviewed-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Jun 1, 2016
2 parents 884ae86 + ce313cd commit 0b0b205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rgw/rgw_op.cc
Expand Up @@ -942,6 +942,7 @@ void RGWGetObj::execute()
ret = handle_user_manifest(attr_iter->second.c_str());
if (ret < 0) {
ldout(s->cct, 0) << "ERROR: failed to handle user manifest ret=" << ret << dendl;
goto done_err;
}
return;
}
Expand Down

0 comments on commit 0b0b205

Please sign in to comment.