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