You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional information:
This only happens when requesting partial content. Possibly other important response's headers are ignored as well since the headers argument is not being used within _handle_range_header, as seen here.
Versions
moto 1.3.14
boto 2.49.0
boto3 1.13.3
botocore 1.16.3
The text was updated successfully, but these errors were encountered:
We're hitting this too, and it's breaking our tests. I see this has been open since May, and is labelled an "Enhancement." Is that just an oversight? Can we bump this up to "Bug?"
Hi @RonRothman, my definition of a bug (in Moto's context) is anything that behaves differently from boto3.
In this case, the entire implementation is missing - and therefore the enhancement-label is more suitable IMO.
Steps to reproduce:
Expected behavior:
Actual behavior:
KeyError: 'ContentLength'
Additional information:
This only happens when requesting partial content. Possibly other important response's headers are ignored as well since the
headers
argument is not being used within_handle_range_header
, as seen here.Versions
The text was updated successfully, but these errors were encountered: