-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: fix some internal links #15293
doc: fix some internal links #15293
Conversation
@@ -1505,8 +1505,7 @@ added: v8.4.0 | |||
* `options` {Object} | |||
* `allowHTTP1` {boolean} Incoming client connections that do not support | |||
HTTP/2 will be downgraded to HTTP/1.x when set to `true`. The default value | |||
is `false`. See the [`'unknownProtocol'`][] event. See [ALPN | |||
negotiation](#alpn-negotiation). | |||
is `false`. See the [`'unknownProtocol'`][] event. See [ALPN negotiation][]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is now 81 chars long. I suggest:
See the [`'unknownProtocol'`][] event and [ALPN negotiation][].
Edit: actual suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems it is exactly 80 chars currently.
doc/api/http2.md
Outdated
@@ -2680,12 +2679,13 @@ if the stream is closed. | |||
[`EventEmitter`]: events.html#events_class_eventemitter | |||
[`Http2Stream`]: #http2_class_http2stream | |||
[`ServerHttp2Stream`]: #http2_class_serverhttp2stream | |||
[`ServerRequest`]: #http2_class_server_request | |||
[`ServerRequest`]: #http2_class_http2_http2serverrequest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Http2ServerRequest
. You'll have to change its usage higher in the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
PR-URL: #15293 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Landed in da057db |
PR-URL: nodejs#15293 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
this would need to be backported to v8.x |
PR-URL: #15293 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
This does not land cleanly in LTS. Please feel free to manually backport by following the guide. Please also feel free to replace do-not-land if it is being backported |
@MylesBorins Backport: #16254 |
PR-URL: #15293 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
PR-URL: #15293 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Checklist
Affected core subsystem(s)
doc