-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Why is IncomingMessage.destroy method not documented? #4226
Comments
cc @nodejs/http |
@Fishrock123 does anyone actually use it? It was contributed in 8139bb2 |
I think we call it indirectly in hapi and wreck. When you call |
@hueniverse nope, it does not use |
I think this would be for an http client's server response or an http server's client requests. I suppose it might be helpful to document it since it can be useful. |
2 tasks
Trott
added a commit
to Trott/io.js
that referenced
this issue
Jun 12, 2016
Add documentation for `http.IncomingMessage.prototype.destroy()`. Fixes: nodejs#4226
addaleax
pushed a commit
to addaleax/node
that referenced
this issue
Jul 12, 2016
Add documentation for `http.IncomingMessage.prototype.destroy()`. PR-URL: nodejs#7237 Fixes: nodejs#4226 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
This was referenced Oct 16, 2020
This was referenced Nov 18, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
https://github.com/nodejs/node/blob/v5.2.0/lib/_http_incoming.js#L89-L95
The text was updated successfully, but these errors were encountered: