Skip to content

Commit

Permalink
doc: fix wording in outgoingMessage.write
Browse files Browse the repository at this point in the history
PR-URL: #37894
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
tniessen authored and targos committed Jun 11, 2021
1 parent f7c14e8 commit 30c82b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -2552,7 +2552,7 @@ This method handles the raw body of the HTTP message and has nothing to do
with higher-level multi-part body encodings that may be used.

If it is the first call to this method of a message, it will send the
buffered header first, then flush the the `chunk` as described above.
buffered header first, then flush the `chunk` as described above.

The second and successive calls to this method will assume the data
will be streamed and send the new data separately. It means that the response
Expand Down

0 comments on commit 30c82b2

Please sign in to comment.