Skip to content

Commit

Permalink
doc: fix HTTP req/res 'close' description
Browse files Browse the repository at this point in the history
PR-URL: nodejs#21047
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
ronag authored and trivikr committed Jun 24, 2018
1 parent 7a3bbbf commit 8ab7ea6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,8 +1019,7 @@ interface. This is an [`EventEmitter`][] with the following events:
added: v0.6.7
-->

Indicates that the underlying connection was terminated before
[`response.end()`][] was called or able to flush.
Indicates that the underlying connection was terminated.

### Event: 'finish'
<!-- YAML
Expand Down Expand Up @@ -1512,7 +1511,6 @@ added: v0.4.2
-->

Indicates that the underlying connection was closed.
Just like `'end'`, this event occurs only once per response.

### message.aborted
<!-- YAML
Expand Down

0 comments on commit 8ab7ea6

Please sign in to comment.