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

range requests including end-of-data fail #11

Closed
eikek opened this issue Jul 24, 2017 · 0 comments
Closed

range requests including end-of-data fail #11

eikek opened this issue Jul 24, 2017 · 0 comments
Labels
Milestone

Comments

@eikek
Copy link
Owner

eikek commented Jul 24, 2017

Range requests of form a-b fail, if range includes end of data. This is probably due to dropping bytes from the right, which is only possible if the chunk is completely filled. But the last chunk is not.

@eikek eikek added the bug label Jul 24, 2017
eikek added a commit that referenced this issue Jul 24, 2017
- the range depends on file size, when delivering part of last chunk

- fix `fetchData` for queries with out limit

Refs: #11
@eikek eikek closed this as completed Jul 25, 2017
@eikek eikek added this to the 0.3.0 milestone Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant