]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw_crypt: take care of start & end boundaries when parsing range
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 25 Mar 2019 14:24:15 +0000 (15:24 +0100)
committerCasey Bodley <cbodley@redhat.com>
Tue, 26 Mar 2019 17:21:36 +0000 (13:21 -0400)
commit9c92b56d77932283ccc0336645dc3b76bd0fffa2
tree84571c60b598c2c6c63fd7c27f93b140a7d0924f
parentb782902954abd20e49c0ed1c14cebee4c8ab6f88
rgw_crypt: take care of start & end boundaries when parsing range

As http range header is inclusive of start and end ranges, this otherwise breaks
at ranges close to multipart boundaries

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_crypt.cc