From cd6601b87a629f0c82ff28c556929ad68a8761a9 Mon Sep 17 00:00:00 2001 From: Sergey Zelenov Date: Thu, 5 Jul 2018 18:24:56 +0200 Subject: [PATCH] doc: fix HTTP res 'finish' description PR-URL: https://github.com/nodejs/node/pull/21670 Reviewed-By: James M Snell --- doc/api/http.md | 2 -- 1 file changed, 2 deletions(-) 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)