File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -586,6 +586,12 @@ not be emitted.
586586### Event: 'clientError'
587587<!-- YAML
588588added: 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`.
589595-->
590596
591597* ` exception ` {Error}
@@ -1118,6 +1124,11 @@ the request body should be sent. See the [`'checkContinue'`][] event on `Server`
11181124### response.writeHead(statusCode[ , statusMessage] [ , headers ] )
11191125<!-- YAML
11201126added: 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]`.
11211132-->
11221133
11231134* ` statusCode ` {Number}
You can’t perform that action at this time.
0 commit comments