We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ebc4b commit a6f21e2Copy full SHA for a6f21e2
doc/api/http.md
@@ -2589,7 +2589,7 @@ This method handles the raw body of the HTTP message and has nothing to do
2589
with higher-level multi-part body encodings that may be used.
2590
2591
If it is the first call to this method of a message, it will send the
2592
-buffered header first, then flush the the `chunk` as described above.
+buffered header first, then flush the `chunk` as described above.
2593
2594
The second and successive calls to this method will assume the data
2595
will be streamed and send the new data separately. It means that the response
0 commit comments