diff --git a/doc/api/http2.md b/doc/api/http2.md index d53548f7673..05815f89f79 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2786,9 +2786,12 @@ changes: description: Passing an invalid callback to the `callback` argument now throws `ERR_INVALID_ARG_TYPE` instead of `ERR_INVALID_CALLBACK`. + - version: v13.0.0 + pr-url: https://github.com/nodejs/node/pull/27558 + description: The default timeout changed from 120s to 0 (no timeout). --> -* `msecs` {number} **Default:** `120000` (2 minutes) +* `msecs` {number} **Default:** 0 (no timeout) * `callback` {Function} * Returns: {Http2SecureServer}