Skip to content

Commit 4933201

Browse files
committed
fix: update deprecation number to DEP0202 due to conflict
1 parent f772998 commit 4933201

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4415,7 +4415,7 @@ import { opendir } from 'node:fs/promises';
44154415
}
44164416
```
44174417
4418-
### DEP0201: `Http1IncomingMessage` and `Http1ServerResponse` options of HTTP/2 servers
4418+
### DEP0202: `Http1IncomingMessage` and `Http1ServerResponse` options of HTTP/2 servers
44194419
44204420
<!-- YAML
44214421
changes:

doc/api/http2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,12 +2919,12 @@ changes:
29192919
`IncomingMessage` class to used for HTTP/1 fallback. Useful for extending
29202920
the original `http.IncomingMessage`. **Default:** `http.IncomingMessage`.
29212921
**Deprecated.** Use `http1Options.IncomingMessage` instead. See
2922-
[DEP0201][].
2922+
[DEP0202][].
29232923
* `Http1ServerResponse` {http.ServerResponse} Specifies the `ServerResponse`
29242924
class to used for HTTP/1 fallback. Useful for extending the original
29252925
`http.ServerResponse`. **Default:** `http.ServerResponse`.
29262926
**Deprecated.** Use `http1Options.ServerResponse` instead. See
2927-
[DEP0201][].
2927+
[DEP0202][].
29282928
* `http1Options` {Object} An options object for configuring the HTTP/1
29292929
fallback when `allowHTTP1` is `true`. These options are passed to the
29302930
underlying HTTP/1 server. See [`http.createServer()`][] for available
@@ -4976,7 +4976,7 @@ you need to implement any fall-back behavior yourself.
49764976
[ALPN Protocol ID]: https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
49774977
[ALPN negotiation]: #alpn-negotiation
49784978
[Compatibility API]: #compatibility-api
4979-
[DEP0201]: deprecations.md#dep0201-http1incomingmessage-and-http1serverresponse-options-of-http2-servers
4979+
[DEP0202]: deprecations.md#dep0202-http1incomingmessage-and-http1serverresponse-options-of-http2-servers
49804980
[HTTP/1]: http.md
49814981
[HTTP/2]: https://tools.ietf.org/html/rfc7540
49824982
[HTTP/2 Headers Object]: #headers-object

0 commit comments

Comments
 (0)