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 <me@gus.host> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
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

Lines changed: 8 additions & 2 deletions
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

Lines changed: 0 additions & 6 deletions
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)