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