diff --git a/doc/api/http.md b/doc/api/http.md index fd8bb02776d03f..e83c507bf2ee0a 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1015,7 +1015,8 @@ interface. This is an [`EventEmitter`][] with the following events: added: v0.6.7 --> -Indicates that the underlying connection was terminated. +Indicates that the underlying connection was terminated before +[`response.end()`][] was called or able to flush. ### Event: 'finish' Indicates that the underlying connection was closed. +Just like `'end'`, this event occurs only once per response. ### message.aborted