File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2452,6 +2452,22 @@ Type: Documentation-only
2452
2452
2453
2453
Module.createRequireFromPath() is deprecated. Please use [`module.createRequire()`][] instead.
2454
2454
2455
+ <a id="DEP0131"></a>
2456
+ ### DEP0131: Legacy HTTP parser
2457
+ <!-- YAML
2458
+ changes:
2459
+ - version: REPLACEME
2460
+ pr-url: https://github.com/nodejs/node/pull/27498
2461
+ description: Documentation-only.
2462
+ -->
2463
+
2464
+ Type: Documentation-only
2465
+
2466
+ The legacy HTTP parser, used by default in versions of Node.js prior to 12.0.0,
2467
+ is deprecated. This deprecation applies to users of the
2468
+ [`--http-parser=legacy`][] command-line flag.
2469
+
2470
+ [`--http-parser=legacy`]: cli.html#cli_http_parser_library
2455
2471
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
2456
2472
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
2457
2473
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
You can’t perform that action at this time.
0 commit comments