Skip to content

Commit 18a2b3d

Browse files
jasnellBethGriggs
authored andcommitted
http2: graduate from experimental
Backport-PR-URL: #22850 PR-URL: #22466 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 069fd79 commit 18a2b3d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/api/http2.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# HTTP/2
2-
2+
<!-- YAML
3+
added: v8.4.0
4+
changes:
5+
- version: REPLACEME
6+
pr-url: https://github.com/nodejs/node/pull/22466
7+
description: HTTP/2 is now Stable. Previously, it had been Experimental.
8+
-->
39
<!--introduced_in=v8.4.0-->
410

5-
> Stability: 1 - Experimental
11+
> Stability: 2 - Stable
612
713
The `http2` module provides an implementation of the [HTTP/2][] protocol. It
814
can be accessed using:

lib/http2.js

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
'use strict';
22

3-
process.emitWarning(
4-
'The http2 module is an experimental API.',
5-
'ExperimentalWarning', undefined,
6-
'See https://github.com/nodejs/http2'
7-
);
8-
93
const {
104
constants,
115
getDefaultSettings,

0 commit comments

Comments
 (0)