summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/http.markdown7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/api/http.markdown b/doc/api/http.markdown
index 624b9a9506..88f313dbf3 100644
--- a/doc/api/http.markdown
+++ b/doc/api/http.markdown
@@ -772,11 +772,8 @@ following additional events, methods, and properties.
`function () { }`
-Indicates that the underlaying connection was terminated before
-`response.end()` was called or able to flush.
-
-Just like `'end'`, this event occurs only once per response. See
-[http.ServerResponse][]'s `'close'` event for more information.
+Indicates that the underlaying connection was closed.
+Just like `'end'`, this event occurs only once per response.
### message.httpVersion