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

Add support for "Range" headers. #21

Merged
merged 1 commit into from
Sep 28, 2015
Merged

Add support for "Range" headers. #21

merged 1 commit into from
Sep 28, 2015

Conversation

rekado
Copy link
Contributor

@rekado rekado commented Sep 28, 2015

This patch adds minimal support for Range headers. A client can now request a particular byte range by adding a header such as this to the HTTP request:

Range: bytes=100-250

Instead of serving the complete file, httd will only return the requested chunk.

yihui added a commit that referenced this pull request Sep 28, 2015
Add support for "Range" headers.
@yihui yihui merged commit 4642423 into yihui:master Sep 28, 2015
@yihui
Copy link
Owner

yihui commented Sep 28, 2015

Great. Thanks!

yihui added a commit that referenced this pull request Sep 28, 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.

2 participants