| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af9ea9c commit bc943cd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2669,11 +2669,15 @@ server.on('stream', (stream, headers, flags) => { | |||
| 2669 | 2669 | ||
| 2670 | 2670 | <!-- YAML | |
| 2671 | 2671 | added: v8.4.0 | |
| 2672 | + changes: | ||
| 2673 | + - version: v13.0.0 | ||
| 2674 | + pr-url: https://github.com/nodejs/node/pull/27558 | ||
| 2675 | + description: The default timeout changed from 120s to 0 (no timeout). | ||
| 2672 | 2676 | --> | |
| 2673 | 2677 | ||
| 2674 | 2678 | The `'timeout'` event is emitted when there is no activity on the Server for | |
| 2675 | 2679 | a given number of milliseconds set using `http2secureServer.setTimeout()`. | |
| 2676 | - **Default:** 2 minutes. | ||
| 2680 | + **Default:** 0 (no timeout) | ||
| 2677 | 2681 | ||
| 2678 | 2682 | #### Event: `'unknownProtocol'` | |
| 2679 | 2683 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments