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
Use case: Treat a streaming HTTP response as an AsyncIterable and iterate through to do some processing.
AsyncIterable
destroy
The text was updated successfully, but these errors were encountered:
http: allow passing callbacks for [Incoming,Outgoing]Message#destroy
eea97ab
Fixes: nodejs#28236
This looks like a bug. We should use finished instead of the extra callback variant of destroy.
finished
Sorry, something went wrong.
I believe this was fixed in: #31316
Closing. We can reopen if it turns out that #31316 did not fix it
Successfully merging a pull request may close this issue.
Use case: Treat a streaming HTTP response as an
AsyncIterable
and iterate through to do some processing.destroy
don't even take the callback, hence ignoring the error: https://github.com/nodejs/node/blob/49f1bb9b93/lib/_http_incoming.js#L102The text was updated successfully, but these errors were encountered: