@@ -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
@@ -2152,7 +2152,7 @@ set on `request.stream`.
2152
2152
` setTimeout ` method will be called on ` request.stream.session ` .
2153
2153
2154
2154
` pause ` , ` read ` , ` resume ` , and ` write ` will throw an error with code
2155
- ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ ` Http2Session and Sockets ` ] [ ] for
2155
+ ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ Http2Session and Sockets] [ ] for
2156
2156
more information.
2157
2157
2158
2158
All other interactions will be routed directly to the socket. With TLS support,
@@ -2524,7 +2524,7 @@ set on `response.stream`.
2524
2524
` setTimeout ` method will be called on ` response.stream.session ` .
2525
2525
2526
2526
` pause ` , ` read ` , ` resume ` , and ` write ` will throw an error with code
2527
- ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ ` Http2Session and Sockets ` ] [ ] for
2527
+ ` ERR_HTTP2_NO_SOCKET_MANIPULATION ` . See [ Http2Session and Sockets] [ ] for
2528
2528
more information.
2529
2529
2530
2530
All other interactions will be routed directly to the socket.
0 commit comments