File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -586,6 +586,12 @@ not be emitted.
586
586
### Event: 'clientError'
587
587
<!-- YAML
588
588
added: v0.1.94
589
+ changes:
590
+ - version: v6.0.0
591
+ pr-url: https://github.com/nodejs/node/pull/4557
592
+ description: The default action of calling `.destroy()` on the `socket`
593
+ will no longer take place if there are listeners attached
594
+ for `clientError`.
589
595
-->
590
596
591
597
* ` exception ` {Error}
@@ -1118,6 +1124,11 @@ the request body should be sent. See the [`'checkContinue'`][] event on `Server`
1118
1124
### response.writeHead(statusCode[ , statusMessage] [ , headers ] )
1119
1125
<!-- YAML
1120
1126
added: v0.1.30
1127
+ changes:
1128
+ - version: v5.11.0, v4.4.5
1129
+ pr-url: https://github.com/nodejs/node/pull/6291
1130
+ description: A `RangeError` is thrown if `statusCode` is not a number in
1131
+ the range `[100, 999]`.
1121
1132
-->
1122
1133
1123
1134
* ` statusCode ` {Number}
You can’t perform that action at this time.
0 commit comments