Skip to content

Commit

Permalink
Revert "doc: fix HTTP req/res 'close' description"
Browse files Browse the repository at this point in the history
This reverts commit 8ab7ea6.
  • Loading branch information
targos committed Jul 19, 2018
1 parent 174d36d commit 7f6db65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,8 @@ interface. This is an [`EventEmitter`][] with the following events:
added: v0.6.7
-->

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

### Event: 'finish'
<!-- YAML
Expand Down Expand Up @@ -1505,6 +1506,7 @@ 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 7f6db65

Please sign in to comment.