mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 16:07:39 +00:00
doc: fix typo in cli.md
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: https://github.com/nodejs/node/pull/52388 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
8c0b723ccb
commit
ba07e4e5e6
@ -1216,7 +1216,7 @@ When enabled, the parser will accept the following:
|
||||
* Allow message containing both `Transfer-Encoding`
|
||||
and `Content-Length` headers.
|
||||
* Allow extra data after message when `Connection: close` is present.
|
||||
* Allow extra trasfer encodings after `chunked` has been provided.
|
||||
* Allow extra transfer encodings after `chunked` has been provided.
|
||||
* Allow `\n` to be used as token separator instead of `\r\n`.
|
||||
* Allow `\r\n` not to be provided after a chunk.
|
||||
* Allow spaces to be present after a chunk size and before `\r\n`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user