summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorMorgan Roderick <morgan@roderick.dk>2018-11-06 15:24:26 +0000
committerRich Trott <rtrott@gmail.com>2018-11-22 04:45:27 -0800
commit91748dd89c652939d52f38b94afe9eae4eb8fd5d (patch)
treef9e073cd648c5b969423ac753fce1a4215fd9701 /doc/api/deprecations.md
parent070995d5866beb31ee2b64ece90b883674a95b40 (diff)
downloadandroid-node-v8-91748dd89c652939d52f38b94afe9eae4eb8fd5d.tar.gz
android-node-v8-91748dd89c652939d52f38b94afe9eae4eb8fd5d.tar.bz2
android-node-v8-91748dd89c652939d52f38b94afe9eae4eb8fd5d.zip
http: change DEP0066 to a runtime deprecation
Change doc-only deprecation for _headers and _headerNames accessors to a runtime deprecation. PR-URL: https://github.com/nodejs/node/pull/24167 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 5051b71a5a..910606e4f7 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1344,12 +1344,15 @@ removed. Please use `sloppy` instead.
### DEP0066: outgoingMessage.\_headers, outgoingMessage.\_headerNames
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/24167
+ description: Runtime deprecation.
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/10941
description: Documentation-only deprecation.
-->
-Type: Documentation-only
+Type: Runtime
The `http` module `outgoingMessage._headers` and `outgoingMessage._headerNames`
properties are deprecated. Use one of the public methods