From 8ab7ea6eed76d069dfd82684e2157e7d88badebf Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 30 May 2018 22:55:45 +0200 Subject: [PATCH] doc: fix HTTP req/res 'close' description PR-URL: https://github.com/nodejs/node/pull/21047 Reviewed-By: James M Snell --- doc/api/http.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index ea229ec0b17681..7808afccea90a6 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' Indicates that the underlying connection was closed. -Just like `'end'`, this event occurs only once per response. ### message.aborted