diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 59a9f8a305e..e66e0997654 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -221,8 +221,6 @@ Indicates that the underlaying connection was terminated before Just like `'end'`, this event occurs only once per request, and no more `'data'` events will fire afterwards. -Note: `'close'` can fire after `'end'`, but not vice versa. - ### request.method The request method as a string. Read only. Example: @@ -881,8 +879,6 @@ Just like `'end'`, this event occurs only once per response, and no more `'data'` events will fire afterwards. See [http.ServerResponse][]'s `'close'` event for more information. -Note: `'close'` can fire after `'end'`, but not vice versa. - ### response.statusCode