From 911aed7e6b1a1707cdbf7967a28e727a6f817297 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 30 May 2018 22:55:45 +0200 Subject: [PATCH] docs: fix HTTP req/res 'close' description --- 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 8f2c531713b4f5..3f3ebf4a99251c 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