-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refactor createReadStream to remove unnecessary stream (#2153)
* fix: refactor createReadStream to remove unnecessary stream * remove instantiation of HashStreamValidator until necessary * turn on keepAlive for createReadStream * fix unit test * Update src/hash-stream-validator.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/hash-stream-validator.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/hash-stream-validator.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/hash-stream-validator.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/file.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/hash-stream-validator.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/hash-stream-validator.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/file.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/file.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/file.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/file.ts Co-authored-by: Daniel Bankhead <[email protected]> * fix merge / logic problems --------- Co-authored-by: Daniel Bankhead <[email protected]>
- Loading branch information
1 parent
4006dfe
commit 2c97310
Showing
3 changed files
with
141 additions
and
155 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
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
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