-
Notifications
You must be signed in to change notification settings - Fork 30k
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
http2,doc: added link definitions to footer in http2.md #14946
Conversation
doc/api/http2.md
Outdated
@@ -2598,3 +2598,16 @@ if the stream is closed. | |||
[Readable Stream]: stream.html#stream_class_stream_readable | |||
[`ServerRequest`]: #http2_class_server_request | |||
[`stream.pushStream()`]: #http2_stream-pushstream | |||
[`http2.Server`]: #http2_class_http2server |
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.
Thank you 🥇
While you are here it would be nice if you could sort the whole definition block in "ASCIIbetical" order.
doc/api/http2.md
Outdated
[`response.write()`]: #http2_response_write_chunk_encoding_callback | ||
[`response.setHeader()`]: #http2_response_setheader_name_value | ||
[`response.writeHead()`]: #http2_response_writehead_statuscode_statusmessage_headers | ||
|
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: could you remove the extra line at the end (try to keep a single \n
at the end of the file)
Hello @sharababy and welcome. P.S. If you have any question you can also feel free to contact me directly. |
@sharababy thanks for following up. |
BTW: if you want your full name to show up in the commit logs you should follow: https://help.github.com/articles/setting-your-username-in-git/ |
PR-URL: #14946 Fixes: #14857 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in f0d8eb6 |
PR-URL: #14946 Fixes: #14857 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #14946 Fixes: #14857 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fixes: #14857
Checklist
Affected core subsystem(s)
doc