doc: fix missing link to the Error documentation in the `http` page · nodejs/node@11de6c7

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 11de6c7

estliberitastargos

authored and

committed

doc: fix missing link to the Error documentation in the http page

PR-URL: #59080 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>

1 parent 2417797 commit 11de6c7

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -2641,7 +2641,7 @@ will check whether `Content-Length` and the length of the body which has

26412641

been transmitted are equal or not.

26422642
26432643

Attempting to set a header field name or value that contains invalid characters

2644-

will result in a \[`Error`]\[] being thrown.

2644+

will result in a [`TypeError`][] being thrown.

26452645
26462646

### `response.writeProcessing()`

26472647

0 commit comments

Comments

 (0)