From 08977822ee40b69e424b09bdb5f30fb3edbe23a8 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Tue, 23 Jul 2019 07:21:49 +0200 Subject: [PATCH] doc: writableFinished is true before 'finish' PR-URL: https://github.com/nodejs/node/pull/28811 Reviewed-By: Rich Trott Reviewed-By: Matteo Collina --- doc/api/http.md | 5 ++++- doc/api/stream.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index fefdd7fdb04..5deb50ed8fd 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1480,7 +1480,9 @@ added: v12.7.0 * {boolean} -Is `true` if all data has been flushed to the underlying system. +Is `true` if all data has been flushed to the underlying system, immediately +before the [`'finish'`][] event is emitted. + ### response.writeContinue()