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: #21047
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
ronag authored and targos committed Jun 24, 2018
1 parent 21d73a5 commit 2359823
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/api/http.md
Expand Up @@ -1013,8 +1013,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 @@ -1506,7 +1505,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 2359823

Please sign in to comment.