-
Notifications
You must be signed in to change notification settings - Fork 1
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
✅ Adds web-app remote file test #160
✅ Adds web-app remote file test #160
Conversation
dmihalcik-virtru
commented
Mar 10, 2023
•
edited
Loading
edited
- Adds a 'url' input field to the web app
- Adds a simple node:http test server that can serve exactly one file (with range header support)
- Works on small (~100 MB) files but fails on large (GB+) files
- Adds a 'url' input field to the web app - Adds a simple node:http test server that can serve exactly one file (with range header support) - Works on small (~100 KB) files but fails on large (GB+) files
Hah it is failing on encrypt, not decrypt, so it isn't the chunker bug. I suspect it is just not throttling the download but IDK it could be a leak somewhere? It is strange that File streams don't trigger it but web streams do. I've had no luck so far, see #159 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |