diff --git a/doc/api/http.md b/doc/api/http.md index aa36e304630855..fe1c387654e9c8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1025,8 +1025,6 @@ emitted when the last segment of the response headers and body have been handed off to the operating system for transmission over the network. It does not imply that the client has received anything yet. -After this event, no more events will be emitted on the response object. - ### response.addTrailers(headers)