We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a801a commit 2a849baCopy full SHA for 2a849ba
doc/api/http.md
@@ -738,7 +738,7 @@ The `encoding` argument is optional and only applies when `chunk` is a string.
738
Defaults to `'utf8'`.
739
740
The `callback` argument is optional and will be called when this chunk of data
741
-is flushed.
+is flushed, but only if the chunk is non-empty.
742
743
Returns `true` if the entire data was flushed successfully to the kernel
744
buffer. Returns `false` if all or part of the data was queued in user memory.
0 commit comments