We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec3c32 commit c18d958Copy full SHA for c18d958
doc/api/http.md
@@ -681,7 +681,9 @@ Defaults to `'utf8'`.
681
The `callback` argument is optional and will be called when this chunk of data
682
is flushed.
683
684
-Returns `request`.
+Returns `true` if the entire data was flushed successfully to the kernel
685
+buffer. Returns `false` if all or part of the data was queued in user memory.
686
+`'drain'` will be emitted when the buffer is free again.
687
688
## Class: http.Server
689
<!-- YAML
0 commit comments