diff --git a/doc/api/http2.md b/doc/api/http2.md index ebb89c1bd4ced1..464acfdbc650cf 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1,8 +1,14 @@ # HTTP/2 - + -> Stability: 1 - Experimental +> Stability: 2 - Stable The `http2` module provides an implementation of the [HTTP/2][] protocol. It can be accessed using: diff --git a/lib/http2.js b/lib/http2.js index de06de1cc414cb..1f770ff4c734cd 100644 --- a/lib/http2.js +++ b/lib/http2.js @@ -1,11 +1,5 @@ 'use strict'; -process.emitWarning( - 'The http2 module is an experimental API.', - 'ExperimentalWarning', undefined, - 'See https://github.com/nodejs/http2' -); - const { constants, getDefaultSettings,