Skip to content

Commit 39cde0e

Browse files
committed
fixup! doc: update DEP0109 to EOL
1 parent f4b1755 commit 39cde0e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/deprecations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,15 +2048,18 @@ because it also made sense to interpret the value as the number of bytes
20482048
read by the engine, but is inconsistent with other streams in Node.js that
20492049
expose values under these names.
20502050

2051-
### EOL: `http`, `https`, and `tls` support for invalid URLs
2051+
### DEP0109: `http`, `https`, and `tls` support for invalid URLs
20522052
<!-- YAML
20532053
changes:
2054+
- version: v15.5.1
2055+
pr-url: https://github.com/nodejs/node/pull/36853
2056+
description: End-of-Life.
20542057
- version: v11.0.0
20552058
pr-url: https://github.com/nodejs/node/pull/20270
20562059
description: Runtime deprecation.
20572060
-->
20582061

2059-
Type: Runtime
2062+
Type: End-of-Life
20602063

20612064
Some previously supported (but strictly invalid) URLs were accepted through the
20622065
[`http.request()`][], [`http.get()`][], [`https.request()`][],

0 commit comments

Comments
 (0)