Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(request.range): Require bytes prefix for range #505

Merged
merged 1 commit into from
Apr 15, 2015
Merged

fix(request.range): Require bytes prefix for range #505

merged 1 commit into from
Apr 15, 2015

Conversation

lwcolton
Copy link
Contributor

The range attribute of the Request object now requires that the value be prefix with 'bytes='

Fix #387
This will be incompatible with previous code that did not prefix the range value with 'bytes='

remove strip()

The range attribute of the Request object now requires that the value be prefix with 'bytes='

Fix #387
This will be incompatible with previous code that did not prefix the range value with 'bytes='

remove strip()
@kgriffs
Copy link
Member

kgriffs commented Apr 15, 2015

LGTM, thanks!

kgriffs added a commit that referenced this pull request Apr 15, 2015
fix(request.range): Require bytes prefix for range
@kgriffs kgriffs merged commit c294ec1 into falconry:master Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make "bytes" prefix in Range header value required
2 participants