Skip to content

Commit

Permalink
doc: remove http2 non-link anchor tags
Browse files Browse the repository at this point in the history
Headers have ids automatically assigned. Removed ad hoc ids using anchor
tags that aren't links.

PR-URL: #35161
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott committed Sep 14, 2020
1 parent b5715d2 commit b569376
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/api/http2.md
Expand Up @@ -2428,7 +2428,6 @@ added: v8.4.0
-->

#### Error codes for `RST_STREAM` and `GOAWAY`
<a id="error_codes"></a>

| Value | Name | Constant |
|--------|---------------------|-----------------------------------------------|
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit b569376

Please sign in to comment.