Glance cache ignores range request headers
Bug #1459550 reported by
Björn Schuberg
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Undecided
|
Dharini Chandrasekar |
Bug Description
When attempting to download a part[1] of an image, the glance cache always returns the entire image. Neither the 'Range' nor the 'Content-Range' headers are not accounted for.
Both requests below aims to get the first 50 bytes of an image, but instead the complete image is returned with a 200 OK status.
curl ${glance_
curl ${glance_
This will become more of an issue once #1399851 is solved.
Produced on a devstack install, at commit bcc772 of glance.
description: | updated |
Changed in glance: | |
assignee: | nobody → Itisha Dewan (ishadewan07) |
Changed in glance: | |
assignee: | Itisha Dewan (ishadewan07) → nobody |
Changed in glance: | |
assignee: | nobody → Dharini Chandrasekar (dharini-chandrasekar) |
To post a comment you must log in.