From 584f3d0e821edaf3494abb5b48538b20d0fdc0ef 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 --- doc/api/http.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index 7808afccea90a6..1776012f814c7f 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)