diff --git a/doc/api/http2.md b/doc/api/http2.md index 354877dba08781..d99052003a0c65 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1510,10 +1510,6 @@ added: v8.4.0 * Extends: {net.Server} -In `Http2Server`, there are no `'clientError'` events as there are in -HTTP1. However, there are `'sessionError'`, and `'streamError'` events for -errors emitted on the socket, or from `Http2Session` or `Http2Stream` instances. - #### Event: 'checkContinue' - -If a `ServerHttp2Stream` emits an `'error'` event, it will be forwarded here. -The stream will already be destroyed when this event is triggered. - #### Event: 'stream'