diff --git a/doc/api/http.md b/doc/api/http.md index cc0c7ae1ce4917..e9ed20f05f775f 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -541,7 +541,8 @@ added: v0.3.8 --> Marks the request as aborting. Calling this will cause remaining data -in the response to be dropped and the socket to be destroyed. +in the response to be dropped and the socket to be destroyed. After +calling this method no further errors will be emitted. ### request.aborted