-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix memory leak caused by unsatisfied queue in `writeStream` class - New authentication model for `http` uploads based on more secure and frequently changed `connectionId` see [#159](#159) - Fixed overwhelming requests to `Meteor.users` on every received chunk - Minimised amount of data transferred between WebWorker and MainThread - Use minified version of WebWorker - `http` upload uses HTTP requests for all tasks `start`, `continue`, `EOF`, previously Meteor methods was involved - Overall code enhancements, DRY
- Loading branch information
1 parent
7aff5b6
commit bccbd14
Showing
2 changed files
with
134 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.