Skip to content

Commit 4af2539

Browse files
rexagodjasnell
authored andcommitted
doc: fix lexical sorting of bottom-references in http doc
PR-URL: #34007 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 53fb2b6 commit 4af2539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,19 +2621,20 @@ try {
26212621
[`--insecure-http-parser`]: cli.html#cli_insecure_http_parser
26222622
[`--max-http-header-size`]: cli.html#cli_max_http_header_size_size
26232623
[`'checkContinue'`]: #http_event_checkcontinue
2624+
[`'finish'`]: #http_event_finish
26242625
[`'request'`]: #http_event_request
26252626
[`'response'`]: #http_event_response
26262627
[`'upgrade'`]: #http_event_upgrade
26272628
[`Agent`]: #http_class_http_agent
26282629
[`Buffer.byteLength()`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
26292630
[`Duplex`]: stream.html#stream_class_stream_duplex
2631+
[`HPE_HEADER_OVERFLOW`]: errors.html#errors_hpe_header_overflow
26302632
[`TypeError`]: errors.html#errors_class_typeerror
26312633
[`URL`]: url.html#url_the_whatwg_url_api
26322634
[`agent.createConnection()`]: #http_agent_createconnection_options_callback
26332635
[`agent.getName()`]: #http_agent_getname_options
26342636
[`destroy()`]: #http_agent_destroy
26352637
[`dns.lookup()`]: dns.html#dns_dns_lookup_hostname_options_callback
2636-
[`'finish'`]: #http_event_finish
26372638
[`getHeader(name)`]: #http_request_getheader_name
26382639
[`http.Agent`]: #http_class_http_agent
26392640
[`http.ClientRequest`]: #http_class_http_clientrequest
@@ -2679,7 +2680,6 @@ try {
26792680
[`socket.setTimeout()`]: net.html#net_socket_settimeout_timeout_callback
26802681
[`socket.unref()`]: net.html#net_socket_unref
26812682
[`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
2682-
[`HPE_HEADER_OVERFLOW`]: errors.html#errors_hpe_header_overflow
26832683
[`writable.destroy()`]: stream.html#stream_writable_destroy_error
26842684
[`writable.destroyed`]: stream.html#stream_writable_destroyed
26852685
[`writable.cork()`]: stream.html#stream_writable_cork

0 commit comments

Comments
 (0)