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 seek error thrown when creating read stream in Node 8 #24

Merged
2 commits merged into from
Mar 28, 2018

Conversation

dfunckt
Copy link
Collaborator

@dfunckt dfunckt commented Mar 28, 2018

Early Node 8 versions have a bug that force a seek upon creation of a read stream. The workaround is to pass the file descriptor directly. See: nodejs/node#19240

Change-Type: patch

Early Node 8 versions have a bug that force a seek upon creation of a read stream. The workaround is to pass the file descriptor directly. See: nodejs/node#19240

Change-Type: patch
@ghost ghost merged commit 5e3bd4c into master Mar 28, 2018
@ghost ghost deleted the fix-create-delta branch March 28, 2018 10:15
This pull request was closed.
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.

2 participants