diff --git a/doc/api/http.md b/doc/api/http.md index 7808afccea90..1776012f814c 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1031,8 +1031,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)