Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-12 06:27:11 +0300
committerRich Trott <rtrott@gmail.com>2020-09-14 07:44:41 +0300
commitb569376156ad7bea17115b15066903f3f5b4ee10 (patch)
treee55cf3dc418a82f231658ec1c9922d460b980059 /doc
parentb5715d2283786bf2d6d6cc529bd3f8d1f122982a (diff)
doc: remove http2 non-link anchor tags
Headers have ids automatically assigned. Removed ad hoc ids using anchor tags that aren't links. PR-URL: https://github.com/nodejs/node/pull/35161 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 1a04377fb77..31c80564ddd 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2428,7 +2428,6 @@ added: v8.4.0
-->
#### Error codes for `RST_STREAM` and `GOAWAY`
-<a id="error_codes"></a>
| Value | Name | Constant |
|--------|---------------------|-----------------------------------------------|
@@ -2552,7 +2551,6 @@ server.on('stream', (stream, headers) => {
});
```
-<a id="http2-sensitive-headers"></a>
#### Sensitive headers
HTTP2 headers can be marked as sensitive, which means that the HTTP/2
@@ -3761,5 +3759,5 @@ you need to implement any fall-back behaviour yourself.
[`tls.connect()`]: tls.html#tls_tls_connect_options_callback
[`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener
[`writable.writableFinished`]: stream.html#stream_writable_writablefinished
-[error code]: #error_codes
-[Sensitive headers]: #http2-sensitive-headers
+[error code]: #http2_error_codes_for_rst_stream_and_goaway
+[Sensitive headers]: #http2_sensitive_headers