| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a49146e commit e8cc193
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -773,7 +773,7 @@ been closed. | |||
| 773 | 773 | <a id="ERR_HTTP2_STREAM_ERROR"></a> | |
| 774 | 774 | ### ERR_HTTP2_STREAM_ERROR | |
| 775 | 775 | ||
| 776 | - Used when a non-zero error code has been specified in an RST_STREAM frame. | ||
| 776 | + Used when a non-zero error code has been specified in an `RST_STREAM` frame. | ||
| 777 | 777 | ||
| 778 | 778 | <a id="ERR_HTTP2_STREAM_SELF_DEPENDENCY"></a> | |
| 779 | 779 | ### ERR_HTTP2_STREAM_SELF_DEPENDENCY | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -559,7 +559,7 @@ when: | |||
| 559 | 559 | * A new HTTP/2 `HEADERS` frame with a previously unused stream ID is received; | |
| 560 | 560 | * The `http2stream.pushStream()` method is called. | |
| 561 | 561 | ||
| 562 | - On the client side, instances of [`ClientHttp2Stream`[] are created when the | ||
| 562 | + On the client side, instances of [`ClientHttp2Stream`][] are created when the | ||
| 563 | 563 | `http2session.request()` method is called. | |
| 564 | 564 | ||
| 565 | 565 | *Note*: On the client, the `Http2Stream` instance returned by | |
@@ -1451,7 +1451,7 @@ added: REPLACEME | |||
| 1451 | 1451 | * `settings` {[Settings Object][]} | |
| 1452 | 1452 | * Returns: {Buffer} | |
| 1453 | 1453 | ||
| 1454 | - Returns a [Buffer][] instance containing serialized representation of the given | ||
| 1454 | + Returns a `Buffer` instance containing serialized representation of the given | ||
| 1455 | 1455 | HTTP/2 settings as specified in the [HTTP/2][] specification. This is intended | |
| 1456 | 1456 | for use with the `HTTP2-Settings` header field. | |
| 1457 | 1457 | ||
@@ -1691,13 +1691,13 @@ TBD | |||
| 1691 | 1691 | [`net.Socket`]: net.html | |
| 1692 | 1692 | [`tls.TLSSocket`]: tls.html | |
| 1693 | 1693 | [`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener | |
| 1694 | - [ClientHttp2Stream]: #http2_class_clienthttp2stream | ||
| 1695 | - [Compatibility API: #http2_compatibility_api | ||
| 1694 | + [`ClientHttp2Stream`]: #http2_class_clienthttp2stream | ||
| 1695 | + [Compatibility API]: #http2_compatibility_api | ||
| 1696 | 1696 | [`Duplex`]: stream.html#stream_class_stream_duplex | |
| 1697 | 1697 | [Headers Object]: #http2_headers_object | |
| 1698 | - [Http2Stream]: #http2_class_http2stream | ||
| 1698 | + [`Http2Stream`]: #http2_class_http2stream | ||
| 1699 | 1699 | [Http2Session and Sockets]: #http2_http2sesion_and_sockets | |
| 1700 | - [ServerHttp2Stream]: #http2_class_serverhttp2stream | ||
| 1700 | + [`ServerHttp2Stream`]: #http2_class_serverhttp2stream | ||
| 1701 | 1701 | [Settings Object]: #http2_settings_object | |
| 1702 | 1702 | [Using options.selectPadding]: #http2_using_options_selectpadding | |
| 1703 | 1703 | [error code]: #error_codes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ benchmarker to be used should be specified by providing it as an argument: | |||
| 45 | 45 | ||
| 46 | 46 | To run the `http2` benchmarks, the `h2load` benchmarker must be used. The | |
| 47 | 47 | `h2load` tool is a component of the `nghttp2` project and may be installed | |
| 48 | - from [nghttp.org][] or built from source. | ||
| 48 | + from [nghttp2.org][] or built from source. | ||
| 49 | 49 | ||
| 50 | 50 | `node benchmark/http2/simple.js benchmarker=autocannon` | |
| 51 | 51 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments