We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Readable can emit data after error and close which contradicts the docs.
The text was updated successfully, but these errors were encountered:
stream: don't emit 'data' after 'error' or 'close'
53dd60b
As per doc we should not emit further events after 'close' and only 'close' after 'error'. Fixes: nodejs#39630
0e841b4
Successfully merging a pull request may close this issue.
Readable can emit data after error and close which contradicts the docs.
The text was updated successfully, but these errors were encountered: