We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0b723 commit ba07e4eCopy full SHA for ba07e4e
doc/api/cli.md
@@ -1216,7 +1216,7 @@ When enabled, the parser will accept the following:
1216
* Allow message containing both `Transfer-Encoding`
1217
and `Content-Length` headers.
1218
* Allow extra data after message when `Connection: close` is present.
1219
-* Allow extra trasfer encodings after `chunked` has been provided.
+* Allow extra transfer encodings after `chunked` has been provided.
1220
* Allow `\n` to be used as token separator instead of `\r\n`.
1221
* Allow `\r\n` not to be provided after a chunk.
1222
* Allow spaces to be present after a chunk size and before `\r\n`.
0 commit comments