diff --git a/doc/api/http.md b/doc/api/http.md index 700dce3b94f660..ff275dcacf77fa 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1483,7 +1483,7 @@ following additional events, methods, and properties. added: v0.3.8 --> -Emitted when the request has been aborted and the network socket has closed. +Emitted when the request has been aborted. ### Event: 'close' + +* {boolean} + +The `message.aborted` property will be `true` if the request has +been aborted. + ### message.destroy([error]) + +* {boolean} + +The `request.aborted` property will be `true` if the request has +been aborted. + #### request.destroy([error])