Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

Commit 9d91bf9

Browse filesBrowse files
fhaldeItalo A. Casas
authored andcommitted
doc: HTTP response getHeader doc fix
According to #10803 getHeader need not be called only before it is flushed implicitly. PR-URL: #10817 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 5b38776 commit 9d91bf9
Copy full SHA for 9d91bf9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/http.md‎

Copy file name to clipboardExpand all lines: doc/api/http.md
+2-3Lines changed: 2 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -907,9 +907,8 @@ added: v0.4.0
907907
* `name` {String}
908908
* Returns: {String}
909909

910-
Reads out a header that's already been queued but not sent to the client. Note
911-
that the name is case insensitive. This can only be called before headers get
912-
implicitly flushed.
910+
Reads out a header that's already been queued but not sent to the client.
911+
Note that the name is case insensitive.
913912

914913
Example:
915914

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.