diff --git a/doc/api/http.md b/doc/api/http.md index 2f087d39b3..be26d88266 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -284,14 +284,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'