diff --git a/doc/api/http.md b/doc/api/http.md index 9624e359080203..3219893761c467 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -321,14 +321,6 @@ added: v1.4.1 Emitted when the request has been aborted by the client. This event is only emitted on the first call to `abort()`. -### Event: 'aborted' - - -Emitted when the request has been aborted by the server and the network -socket has closed. - ### Event: 'connect' -Emitted when the request has been aborted by the client and the network -socket has closed. +Emitted when the request has been aborted and the network socket has closed. ### Event: 'close'