Skip to content

Commit 0999d49

Browse files
committed
doc: clarify response.finished
1 parent c1f0cbe commit 0999d49

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
@@ -1170,8 +1170,8 @@ added: v0.0.2
11701170

11711171
* {boolean}
11721172

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

11761176
### response.getHeader(name)
11771177
<!-- YAML

0 commit comments

Comments
 (0)