summaryrefslogtreecommitdiff
path: root/doc/api/http.md
diff options
context:
space:
mode:
authorRobert Nagy <ronagy@icloud.com>2018-05-30 22:55:45 +0200
committerTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2018-06-24 09:47:27 -0700
commit8ab7ea6eed76d069dfd82684e2157e7d88badebf (patch)
treee6d1e25f2652e713728ee5b32e04db065bf38ff5 /doc/api/http.md
parent7a3bbbf41be64d04058a158f6986ec5641885f42 (diff)
downloadandroid-node-v8-8ab7ea6eed76d069dfd82684e2157e7d88badebf.tar.gz
android-node-v8-8ab7ea6eed76d069dfd82684e2157e7d88badebf.tar.bz2
android-node-v8-8ab7ea6eed76d069dfd82684e2157e7d88badebf.zip
doc: fix HTTP req/res 'close' description
PR-URL: https://github.com/nodejs/node/pull/21047 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/http.md')
-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