File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3941,9 +3941,9 @@ the following events will be emitted in the following order:
3941
3941
* ` 'data' ` any number of times, on the ` res ` object
3942
3942
* (connection closed here)
3943
3943
* ` 'aborted' ` on the ` res ` object
3944
+ * ` 'close' `
3944
3945
* ` 'error' ` on the ` res ` object with an error with message
3945
3946
` 'Error: aborted' ` and code ` 'ECONNRESET' `
3946
- * ` 'close' `
3947
3947
* ` 'close' ` on the ` res ` object
3948
3948
3949
3949
If ` req.destroy() ` is called before a socket is assigned, the following
@@ -3971,9 +3971,9 @@ events will be emitted in the following order:
3971
3971
* ` 'data' ` any number of times, on the ` res ` object
3972
3972
* (` req.destroy() ` called here)
3973
3973
* ` 'aborted' ` on the ` res ` object
3974
+ * ` 'close' `
3974
3975
* ` 'error' ` on the ` res ` object with an error with message ` 'Error: aborted' `
3975
3976
and code ` 'ECONNRESET' ` , or the error with which ` req.destroy() ` was called
3976
- * ` 'close' `
3977
3977
* ` 'close' ` on the ` res ` object
3978
3978
3979
3979
If ` req.abort() ` is called before a socket is assigned, the following
You can’t perform that action at this time.
0 commit comments