@@ -1322,7 +1322,7 @@ added: v8.5.0
1322
1322
* ` request ` {http2.Http2ServerRequest}
1323
1323
* ` response ` {http2.Http2ServerResponse}
1324
1324
1325
- If a [ ` 'request' ` ] [ ] listener is registered or [ ` ' http2.createServer()' ` ] [ ] is
1325
+ If a [ ` 'request' ` ] [ ] listener is registered or [ ` http2.createServer() ` ] [ ] is
1326
1326
supplied a callback function, the ` 'checkContinue' ` event is emitted each time
1327
1327
a request with an HTTP ` Expect: 100-continue ` is received. If this event is
1328
1328
not listened for, the server will automatically respond with a status
@@ -1427,7 +1427,7 @@ added: v8.5.0
1427
1427
* ` request ` {http2.Http2ServerRequest}
1428
1428
* ` response ` {http2.Http2ServerResponse}
1429
1429
1430
- If a [ ` 'request' ` ] [ ] listener is registered or [ ` ' http2.createSecureServer()' ` ] [ ]
1430
+ If a [ ` 'request' ` ] [ ] listener is registered or [ ` http2.createSecureServer() ` ] [ ]
1431
1431
is supplied a callback function, the ` 'checkContinue' ` event is emitted each
1432
1432
time a request with an HTTP ` Expect: 100-continue ` is received. If this event
1433
1433
is not listened for, the server will automatically respond with a status
@@ -2149,7 +2149,7 @@ set on `request.stream`.
2149
2149
` setTimeout ` method will be called on ` request.stream.session ` .
2150
2150
2151
2151
` 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
2153
2153
more information.
2154
2154
2155
2155
All other interactions will be routed directly to the socket. With TLS support,
@@ -2521,7 +2521,7 @@ set on `response.stream`.
2521
2521
` setTimeout ` method will be called on ` response.stream.session ` .
2522
2522
2523
2523
` 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
2525
2525
more information.
2526
2526
2527
2527
All other interactions will be routed directly to the socket.
0 commit comments