We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174d36d commit 7f6db65Copy full SHA for 7f6db65
doc/api/http.md
@@ -1015,7 +1015,8 @@ interface. This is an [`EventEmitter`][] with the following events:
1015
added: v0.6.7
1016
-->
1017
1018
-Indicates that the underlying connection was terminated.
+Indicates that the underlying connection was terminated before
1019
+[`response.end()`][] was called or able to flush.
1020
1021
### Event: 'finish'
1022
<!-- YAML
@@ -1505,6 +1506,7 @@ added: v0.4.2
1505
1506
1507
1508
Indicates that the underlying connection was closed.
1509
+Just like `'end'`, this event occurs only once per response.
1510
1511
### message.aborted
1512
0 commit comments