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: Remote source last slice behavior #456

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fbuccioni
Copy link

@fbuccioni fbuccioni commented Feb 9, 2025

I fix a problem on some development web servers that doesn't send the last chunk when in the end bytes range of the request, the value exceeds the size of the file, this problem throws an AggregateError: Request failed, also reported in #218.

To solve it I just implement a small change on src/source/remote.js file.

Thanks for the fantastic library, have a great day.

@fbuccioni fbuccioni changed the title fix: Remote source last slice behavior on last slice fix: Remote source last slice behavior Feb 9, 2025
@fbuccioni
Copy link
Author

Solved linter issues.

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.

1 participant