-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat(serve-static): support range requests #63
Merged
Merged
Commits on Jan 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec09fd9 - Browse repository at this point
Copy the full SHA ec09fd9View commit details -
I just spot an other issue, if a path has spaces or some other special letters in them, most browsers will encode it as a URI component, so we have to decode it.
Configuration menu - View commit details
-
Copy full SHA for 8be57f4 - Browse repository at this point
Copy the full SHA 8be57f4View commit details -
The status code should only be 206 when range headers are preasent, else, it should be 200
Configuration menu - View commit details
-
Copy full SHA for 66b815f - Browse repository at this point
Copy the full SHA 66b815fView commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e29e5bc - Browse repository at this point
Copy the full SHA e29e5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff9baf - Browse repository at this point
Copy the full SHA 4ff9bafView commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 814e2a4 - Browse repository at this point
Copy the full SHA 814e2a4View commit details
Commits on Mar 14, 2023
-
Connect Handler type for the middleware function
Configuration menu - View commit details
-
Copy full SHA for f9ebbcc - Browse repository at this point
Copy the full SHA f9ebbccView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b023b4f - Browse repository at this point
Copy the full SHA b023b4fView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cdc4e32 - Browse repository at this point
Copy the full SHA cdc4e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb2a39 - Browse repository at this point
Copy the full SHA 3fb2a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883eac5 - Browse repository at this point
Copy the full SHA 883eac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1519c - Browse repository at this point
Copy the full SHA 9f1519cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.