From ff9d9ccc452a7fda6a9ac322895c0a290fa1a6e8 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 4 Dec 2018 09:44:20 +0100 Subject: [PATCH] fixup! http: make parser choice a runtime flag --- doc/api/cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index a61e9b6387558b..76504acd0ddea5 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -131,6 +131,9 @@ Chooses an HTTP parser library. Available values are: The default is `legacy`, unless otherwise specified when building Node.js. +This flag is likely to become a no-op and later be removed at some point +in the future. + ### `--icu-data-dir=file`