summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 5f98ba7091..5ea38be56e 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -213,6 +213,12 @@ Specify the
.Ar module
to use as a custom module loader.
.
+.It Fl -insecure-http-parser
+Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
+interoperability with non-conformant HTTP implementations. It may also allow
+request smuggling and other HTTP attacks that rely on invalid headers being
+accepted. Avoid using this option.
+.
.It Fl -max-http-header-size Ns = Ns Ar size
Specify the maximum size of HTTP headers in bytes. Defaults to 8KB.
.