Skip to content

Commit 6cc8f19

Browse files
committed
doc: add changelogs for http
PR-URL: #11489 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent f0cee80 commit 6cc8f19

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/api/http.md

+11
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,12 @@ not be emitted.
586586
### Event: 'clientError'
587587
<!-- YAML
588588
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`.
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
11201126
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]`.
11211132
-->
11221133

11231134
* `statusCode` {Number}

0 commit comments

Comments
 (0)