| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 83b91ea commit ff537ba
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2441,10 +2441,7 @@ added: v8.4.0 | |||
| 2441 | 2441 | ||
| 2442 | 2442 | * `callback` {Function} | |
| 2443 | 2443 | ||
| 2444 | - Stops the server from establishing new sessions. This does not prevent new | ||
| 2445 | - request streams from being created due to the persistent nature of HTTP/2 | ||
| 2446 | - sessions. To gracefully shut down the server, call [`http2session.close()`][] on | ||
| 2447 | - all active sessions. | ||
| 2444 | + Stops the server from establishing new sessions and streams. | ||
| 2448 | 2445 | ||
| 2449 | 2446 | If `callback` is provided, it is not invoked until all active sessions have been | |
| 2450 | 2447 | closed, although the server has already stopped allowing new sessions. See | |
@@ -2725,10 +2722,7 @@ added: v8.4.0 | |||
| 2725 | 2722 | ||
| 2726 | 2723 | * `callback` {Function} | |
| 2727 | 2724 | ||
| 2728 | - Stops the server from establishing new sessions. This does not prevent new | ||
| 2729 | - request streams from being created due to the persistent nature of HTTP/2 | ||
| 2730 | - sessions. To gracefully shut down the server, call [`http2session.close()`][] on | ||
| 2731 | - all active sessions. | ||
| 2725 | + Stops the server from establishing new sessions and streams. | ||
| 2732 | 2726 | ||
| 2733 | 2727 | If `callback` is provided, it is not invoked until all active sessions have been | |
| 2734 | 2728 | closed, although the server has already stopped allowing new sessions. See | |
@@ -5053,7 +5047,6 @@ you need to implement any fall-back behavior yourself. | |||
| 5053 | 5047 | [`http2.Server`]: #class-http2server | |
| 5054 | 5048 | [`http2.createSecureServer()`]: #http2createsecureserveroptions-onrequesthandler | |
| 5055 | 5049 | [`http2.createServer()`]: #http2createserveroptions-onrequesthandler | |
| 5056 | - [`http2session.close()`]: #http2sessionclosecallback | ||
| 5057 | 5050 | [`http2stream.pushStream()`]: #http2streampushstreamheaders-options-callback | |
| 5058 | 5051 | [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import | |
| 5059 | 5052 | [`net.Server.close()`]: net.md#serverclosecallback | |
| Back | FazBrowse Home | New Git URL |
0 commit comments