diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 518dae063c..fb2cbae891 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -1063,7 +1063,8 @@ even if there is no data being written to the request body. If any error is encountered during the request (be that with DNS resolution, TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted -on the returned request object. +on the returned request object. As with all `'error'` events, if no listeners +are registered the error will be thrown. There are a few special headers that should be noted.