Skip to content

Commit 63a0f4c

Browse files
ronagTrott
authored andcommitted
doc: clarify response.finished
PR-URL: nodejs#28411 Refs: jshttp/on-finished#30 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent cf9a7f2 commit 63a0f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,8 +1174,8 @@ added: v0.0.2
11741174

11751175
* {boolean}
11761176

1177-
Boolean value that indicates whether the response has completed. Starts
1178-
as `false`. After [`response.end()`][] executes, the value will be `true`.
1177+
The `response.finished` property will be `true` if [`response.end()`][]
1178+
has been called.
11791179

11801180
### response.getHeader(name)
11811181
<!-- YAML

0 commit comments

Comments
 (0)