summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/http.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index ea229ec0b1..7808afccea 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1019,8 +1019,7 @@ interface. This is an [`EventEmitter`][] with the following events:
added: v0.6.7
-->
-Indicates that the underlying connection was terminated before
-[`response.end()`][] was called or able to flush.
+Indicates that the underlying connection was terminated.
### Event: 'finish'
<!-- YAML
@@ -1512,7 +1511,6 @@ added: v0.4.2
-->
Indicates that the underlying connection was closed.
-Just like `'end'`, this event occurs only once per response.
### message.aborted
<!-- YAML