| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@italoacasas - I am not sure how to create backporting pull requests, please advise. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@eugeneo you did it great. Thank you |
Sorry, something went wrong.
|
similar to other inspector stuff. Any chance of a mass backport? |
Sorry, something went wrong.
Notable changes:
* deps: Add node-inspect 1.10.6 (Jan Krems) nodejs/node#11869
* inspector: proper WS URLs when bound to 0.0.0.0 (Eugene Ostroukhov) nodejs/node#11850
* tls: fix segfault on destroy after partial read. (Ben Noordhuis) nodejs/node#11898
PR-URL: nodejs/node#11941
Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
| Back | FazBrowse Home | New Git URL |
JSON target list response will now return appropriate IP address
for instances listening on 0.0.0.0.
Refs: #11591
PR-URL: #11755
Reviewed-By: James Snell jasnell@gmail.com
Reviewed-By: Ben Noordhuis info@bnoordhuis.nl
Checklist
Affected core subsystem(s)
inspector: IP is not obtained from the socket
This is a backport of #11755. The only change is that the test now checks if common.skipIfInspectorDisabled exists before calling it.