summaryrefslogtreecommitdiff
path: root/doc/api/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index af54fbe7c0..31e5540242 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -294,22 +294,6 @@ Specify the file name of the heap profile generated by `--heap-prof`.
Generates a heap snapshot each time the process receives the specified signal.
`signal` must be a valid signal name. Disabled by default.
-### `--http-parser=library`
-<!-- YAML
-added: v11.4.0
--->
-
-Chooses an HTTP parser library. Available values are:
-
-* `llhttp` for https://llhttp.org/
-* `legacy` for https://github.com/nodejs/http-parser
-
-The default is `llhttp`, unless otherwise specified when building Node.js.
-
-This flag exists to aid in experimentation with the internal implementation of
-the Node.js http parser.
-This flag is likely to become a no-op and removed at some point in the future.
-
### `--icu-data-dir=file`
<!-- YAML
added: v0.11.15