From 0999d492f909f56768be0a3f82db08e2738a336a Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Tue, 25 Jun 2019 00:40:24 +0200 Subject: [PATCH] doc: clarify response.finished --- doc/api/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index 0588d7f408f194..d492b27a775311 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1170,8 +1170,8 @@ added: v0.0.2 * {boolean} -Boolean value that indicates whether the response has completed. Starts -as `false`. After [`response.end()`][] executes, the value will be `true`. +The `response.finished` property will be `true` if [`response.end()`][] +has been called. ### response.getHeader(name)