@@ -1322,7 +1322,7 @@ added: v8.5.0
13221322* ` request ` {http2.Http2ServerRequest}
13231323* ` response ` {http2.Http2ServerResponse}
13241324
1325- If a [ ` 'request' ` ] [ ] listener is registered or [ ` ' http2.createServer()' ` ] [ ] is
1325+ If a [ ` 'request' ` ] [ ] listener is registered or [ ` http2.createServer() ` ] [ ] is
13261326supplied a callback function, the ` 'checkContinue' ` event is emitted each time
13271327a request with an HTTP ` Expect: 100-continue ` is received. If this event is
13281328not listened for, the server will automatically respond with a status
@@ -1427,7 +1427,7 @@ added: v8.5.0
14271427* ` request ` {http2.Http2ServerRequest}
14281428* ` response ` {http2.Http2ServerResponse}
14291429
1430- If a [ ` 'request' ` ] [ ] listener is registered or [ ` ' http2.createSecureServer()' ` ] [ ]
1430+ If a [ ` 'request' ` ] [ ] listener is registered or [ ` http2.createSecureServer() ` ] [ ]
14311431is supplied a callback function, the ` 'checkContinue' ` event is emitted each
14321432time a request with an HTTP ` Expect: 100-continue ` is received. If this event
14331433is not listened for, the server will automatically respond with a status
@@ -2149,7 +2149,7 @@ set on `request.stream`.
21492149` setTimeout ` method will be called on ` request.stream.session ` .
21502150
21512151` pause ` , ` read ` , ` resume ` , and ` write ` will throw an error with code
2152- ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ ` Http2Session and Sockets ` ] [ ] for
2152+ ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ Http2Session and Sockets] [ ] for
21532153more information.
21542154
21552155All other interactions will be routed directly to the socket. With TLS support,
@@ -2521,7 +2521,7 @@ set on `response.stream`.
25212521` setTimeout ` method will be called on ` response.stream.session ` .
25222522
25232523` pause ` , ` read ` , ` resume ` , and ` write ` will throw an error with code
2524- ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ ` Http2Session and Sockets ` ] [ ] for
2524+ ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ Http2Session and Sockets] [ ] for
25252525more information.
25262526
25272527All other interactions will be routed directly to the socket.
0 commit comments