Skip to content

Commit

Permalink
doc: clarify response.finished
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ronag authored and Trott committed Jun 27, 2019
1 parent cf9a7f2 commit 63a0f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,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)
<!-- YAML
Expand Down

0 comments on commit 63a0f4c

Please sign in to comment.