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

MediaHttpDownloader.setContentRange uses int lastBytePos #937

Closed
Capstan opened this issue May 1, 2015 · 1 comment
Closed

MediaHttpDownloader.setContentRange uses int lastBytePos #937

Capstan opened this issue May 1, 2015 · 1 comment
Assignees
Labels
type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@Capstan
Copy link

Capstan commented May 1, 2015

firstBytePos is a long, but the lastBytePos is an int, which truncates the offset of a range you can specify.

@aozarov
Copy link

aozarov commented Nov 13, 2015

Any updates on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

4 participants