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/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/cli.md2
-rw-r--r--doc/api/http.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index b70845cffc2..eb53aed510e 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -422,7 +422,7 @@ Specify the `module` of a custom [experimental ECMAScript Module][] loader.
### `--insecure-http-parser`
<!-- YAML
-added: REPLACEME
+added: v12.15.0
-->
Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
diff --git a/doc/api/http.md b/doc/api/http.md
index d81c3a574bd..a02b1d6a08f 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1917,7 +1917,7 @@ Found'`.
<!-- YAML
added: v0.1.13
changes:
- - version: REPLACEME
+ - version: v12.15.0
pr-url: https://github.com/nodejs/node/pull/31448
description: The `insecureHTTPParser` option is supported now.
- version: v9.6.0, v8.12.0
@@ -2038,7 +2038,7 @@ Defaults to 8KB. Configurable using the [`--max-http-header-size`][] CLI option.
<!-- YAML
added: v0.3.6
changes:
- - version: REPLACEME
+ - version: v12.15.0
pr-url: https://github.com/nodejs/node/pull/31448
description: The `insecureHTTPParser` option is supported now.
- version: v10.9.0